mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix windows test failure - issue13183
This commit is contained in:
parent
f3ad1f94a8
commit
a9e18cdd7f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue