From a1897dbdf4805ddf72e49dc13acfdc550de8ff79 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 11 Aug 2021 18:30:25 -0700 Subject: [PATCH] bpo-33930: Fix typo in the test name. --- Lib/test/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 8bcb4b0f789a8a..efeca6de822fbe 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -1171,7 +1171,7 @@ def g(): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo():