Kaydet (Commit) cb172041 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

fix windows test failure - issue13183

üst 7295c6a8
...@@ -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