]> granicus.if.org Git - python/commitdiff
fix windows test failure - issue13183
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 1 May 2012 23:59:36 +0000 (07:59 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 1 May 2012 23:59:36 +0000 (07:59 +0800)
Lib/test/test_pdb.py

index 4ab3d4d911c0a24331e6170d7e6e36945280941c..5c1a37c280a33f7f9cf4021ca58ef1b7f72050ba 100644 (file)
@@ -57,7 +57,7 @@ class PdbTestCase(unittest.TestCase):
         """
         bar = """
             def bar():
-                print('1')
+                pass
         """
         with open('bar.py', 'w') as f:
             f.write(textwrap.dedent(bar))