diff options
Diffstat (limited to 'Lib/test/test_doctest.py')
-rw-r--r-- | Lib/test/test_doctest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index ab0e1d0..250614e 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -1792,7 +1792,7 @@ def test_pdb_set_trace_nested(): > <doctest foo[1]>(1)<module>() -> calls_set_trace() (Pdb) print(foo) - *** NameError: name 'foo' is not defined + *** NameError: NameError("name 'foo' is not defined",) (Pdb) continue (0, 2) """ |