diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index ac731fefdd24b20..d54ed036b226c9e 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -1127,6 +1127,7 @@ def test_pdb_next_command_in_generator_for_loop(): ... print('value', i) ... x = 123 + >>> reset_Breakpoint() >>> with PdbTestInput(['break test_gen', ... 'continue', ... 'next',