fix windows test failure - issue13183

This commit is contained in:
Senthil Kumaran 2012-05-02 08:00:22 +08:00
parent 7295c6a871
commit cb172041d3

View file

@ -653,7 +653,7 @@ class PdbTestCase(unittest.TestCase):
""" """
bar = """ bar = """
def bar(): def bar():
print('1') pass
""" """
with open('bar.py', 'w') as f: with open('bar.py', 'w') as f:
f.write(textwrap.dedent(bar)) f.write(textwrap.dedent(bar))