summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index fc23e14..dd55863 100644
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -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))