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

fix closes issue13183 - windows test failure

......@@ -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