Commit a9e18cdd authored by Senthil Kumaran's avatar Senthil Kumaran

fix windows test failure - issue13183

parent f3ad1f94
......@@ -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))
......
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