commit | a9e18cdd7f3de14c49fea7785a4f632f0c097fe4 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed May 02 07:59:36 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed May 02 07:59:36 2012 +0800 |
tree | 20c0b0454b6d2df650b9bf644ee68924397d06be | |
parent | f3ad1f94a8d5b528d121485399adc4f50f7c2162 [diff] |
fix windows test failure - issue13183
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index 4ab3d4d..5c1a37c 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py
@@ -57,7 +57,7 @@ """ bar = """ def bar(): - print('1') + pass """ with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar))