fix windows test failure - issue13183

This commit is contained in:
Senthil Kumaran 2012-05-02 07:59:36 +08:00
parent f3ad1f94a8
commit a9e18cdd7f
1 changed files with 1 additions and 1 deletions

View 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))