mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3
)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
parent
8c93a63c03
commit
f7635f0e54
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue