Browse Source

fix windows test failure - issue13183

pull/2332/head
Senthil Kumaran 14 years ago
parent
commit
a9e18cdd7f
  1. 2
      Lib/test/test_pdb.py

2
Lib/test/test_pdb.py

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

Loading…
Cancel
Save