Skip to content

Commit 25c8819

Browse files
committed
fix test
1 parent 7b8fe20 commit 25c8819

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
@@ -4609,7 +4609,6 @@ def foo(self):
46094609
"""
46104610
stdout, stderr = self.run_pdb_script(script, commands)
46114611
res_lines = [x.strip() for x in stdout.splitlines()]
4612-
print(res_lines)
46134612
# can't set breakpoint before class C is defined, and gives an error
46144613
self.assertIn("The specified object 'C.foo' is not a function", res_lines[3])
46154614
# can set correctly after the class C is defined

0 commit comments

Comments
 (0)