Commit 6ce65e37 authored by Senthil Kumaran's avatar Senthil Kumaran

fix windows test failure - issue13183

parent 7c50b3e4
...@@ -653,7 +653,7 @@ class PdbTestCase(unittest.TestCase): ...@@ -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))
......
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