mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-33930: Fix typo in the test name. (#27733)
bpo-33930: Fix typo in the test name. (GH-27733)
This commit is contained in:
parent
81ab8db235
commit
f08e6d1bb3
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ class ExceptionTests(unittest.TestCase):
|
|||
|
||||
|
||||
@cpython_only
|
||||
def test_crashcan_recursion(self):
|
||||
def test_trashcan_recursion(self):
|
||||
# See bpo-33930
|
||||
|
||||
def foo():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue