From cb172041d356b1a61588b8176985303c7a7d2c98 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 2 May 2012 08:00:22 +0800 Subject: fix windows test failure - issue13183 --- Lib/test/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index f34b3c2..253fcaf 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -653,7 +653,7 @@ class PdbTestCase(unittest.TestCase): """ bar = """ def bar(): - print('1') + pass """ with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar)) -- cgit v0.12