diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index abb90001718..6dd3d5d9094 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -1141,7 +1141,7 @@ class ExceptionTests(unittest.TestCase): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo():