mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3)
Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
parent
c28c2e1cb0
commit
ef36dfe4de
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ def g():
|
|||
|
||||
|
||||
@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