Commit bf6c1959 authored by Senthil Kumaran's avatar Senthil Kumaran

fix closes issue13183 - windows test failure

parents e6abb488 cb172041
......@@ -658,7 +658,7 @@ class PdbTestCase(unittest.TestCase):
"""
bar = """
def bar():
print('1')
pass
"""
with open('bar.py', 'w') as f:
f.write(textwrap.dedent(bar))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment