Skip to content

Commit 7c89f11

Browse files
authored
gh-106185: Deduplicate CPythonTracebackErrorCaretTests in test_traceback (GH-106187)
1 parent 233b878 commit 7c89f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ class CPythonTracebackErrorCaretTests(
918918

919919
@cpython_only
920920
@requires_debug_ranges()
921-
class CPythonTracebackErrorCaretTests(
921+
class CPythonTracebackLegacyErrorCaretTests(
922922
CAPIExceptionFormattingLegacyMixin,
923923
TracebackErrorLocationCaretTestBase,
924924
unittest.TestCase,

0 commit comments

Comments
 (0)