Skip to content

Commit 73882e0

Browse files
committed
fix test
1 parent c42abe8 commit 73882e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_pdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4608,7 +4608,6 @@ async def main():
46084608
quit
46094609
"""
46104610
stdout, stderr = self.run_pdb_script(script, commands)
4611-
print(stdout)
46124611
self.assertRegex(stdout, r"Breakpoint 1 at .*main\.py:8")
46134612
self.assertRegex(stdout, r"Breakpoint 2 at .*main\.py:5")
46144613
self.assertIn("first break", stdout)

0 commit comments

Comments
 (0)