Skip to content

Commit d7f5796

Browse files
bpo-33930: Fix typo in the test name. (GH-27735)
bpo-33930: Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1) Co-authored-by: Benjamin Peterson <[email protected]> Co-authored-by: Benjamin Peterson <[email protected]>
1 parent 09d814b commit d7f5796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def g():
984984

985985

986986
@cpython_only
987-
def test_crashcan_recursion(self):
987+
def test_trashcan_recursion(self):
988988
# See bpo-33930
989989

990990
def foo():

0 commit comments

Comments
 (0)