diff options
Diffstat (limited to 'Lib/test/test_exceptions.py')
-rw-r--r-- | Lib/test/test_exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index a29a1a7..f92d76a 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -984,7 +984,7 @@ class ExceptionTests(unittest.TestCase): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo(): |