fix windows test failure - issue13183
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index f34b3c2..253fcaf 100644
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -653,7 +653,7 @@
         """
         bar = """
             def bar():
-                print('1')
+                pass
         """
         with open('bar.py', 'w') as f:
             f.write(textwrap.dedent(bar))