diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index fc23e142e37..dd55863928a 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -658,7 +658,7 @@ def foobar(): """ bar = """ def bar(): - print('1') + pass """ with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar))