# HG changeset patch # User Augie Fackler # Date 1533835625 14400 # Node ID d722020bbd9d528cd7ca392de9a7ef4d3f12342d # Parent a1f934573c0bc161fb81e32d2f37e51744122f89 tests: remove expected output of test-parseindex2.py Everything uses unittest idioms now, so this can go away. Differential Revision: https://phab.mercurial-scm.org/D4185 diff -r a1f934573c0b -r d722020bbd9d tests/test-parseindex2.py --- a/tests/test-parseindex2.py Thu Aug 09 13:13:16 2018 -0400 +++ b/tests/test-parseindex2.py Thu Aug 09 13:27:05 2018 -0400 @@ -210,4 +210,3 @@ if __name__ == '__main__': import silenttestrunner silenttestrunner.main(__name__) - print("done") diff -r a1f934573c0b -r d722020bbd9d tests/test-parseindex2.py.out --- a/tests/test-parseindex2.py.out Thu Aug 09 13:13:16 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -done