Skip to content

Commit 27f0656

Browse files
Update test to match the error message
1 parent c50b039 commit 27f0656

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
@@ -916,7 +916,7 @@ def test_pdb_restart_command():
916916
> <doctest test.test_pdb.test_pdb_restart_command[0]>(2)test_function()
917917
-> import pdb; pdb.Pdb(nosigint=True, readrc=False, mode='inline').set_trace()
918918
(Pdb) restart
919-
*** run/restart command is disabled in inline breakpoints.
919+
*** run/restart command is disabled when pdb is running in inline mode.
920920
Use the command line interface to enable restarting your program
921921
e.g. "python -m pdb myscript.py"
922922
(Pdb) continue

0 commit comments

Comments
 (0)