diff tests/test-issue4074.t @ 33721:24849d53697d

tests: clean up many print statements to be print functions instead Differential Revision: https://phab.mercurial-scm.org/D294
author Augie Fackler <augie@google.com>
date Thu, 15 Jun 2017 14:22:25 -0400
parents 75be14993fda
children 57c671cf7a69
line wrap: on
line diff
--- a/tests/test-issue4074.t	Thu Jun 15 13:32:32 2017 -0400
+++ b/tests/test-issue4074.t	Thu Jun 15 14:22:25 2017 -0400
@@ -8,7 +8,7 @@
   >     print
   >     if random.randint(0, 100) >= 50:
   >         x += 1
-  >     print hex(x)
+  >     print(hex(x))
   > EOF
 
   $ hg init a