diff tests/test-parseindex2.py @ 39048:d722020bbd9d

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
author Augie Fackler <augie@google.com>
date Thu, 09 Aug 2018 13:27:05 -0400
parents a450d460774e
children daedb70fd467
line wrap: on
line diff
--- 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")