summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pdb.py')
-rw-r--r--Lib/test/test_pdb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index 7e03df0..56d8232 100644
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -1266,9 +1266,9 @@ class PdbTestCase(unittest.TestCase):
any('main.py(5)foo()->None' in l for l in stdout.splitlines()),
'Fail to step into the caller after a return')
- def test_issue13210(self):
- # invoking "continue" on a non-main thread triggered an exception
- # inside signal.signal
+ def test_issue13120(self):
+ # Invoking "continue" on a non-main thread triggered an exception
+ # inside signal.signal.
with open(support.TESTFN, 'wb') as f:
f.write(textwrap.dedent("""