Skip to content

Commit ba31a40

Browse files
committed
fix test
1 parent 37a16bb commit ba31a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3517,7 +3517,7 @@ def test_pdb_commands_last_breakpoint():
35173517
(Pdb) clear 1
35183518
Deleted breakpoint 1 at <doctest test.test_pdb.test_pdb_commands_last_breakpoint[0]>:4
35193519
(Pdb) commands
3520-
*** no breakpoints set
3520+
*** cannot set commands: no existing breakpoint
35213521
(Pdb) continue
35223522
"""
35233523

0 commit comments

Comments
 (0)