Skip to content

Commit

Permalink
pythongh-106185: Deduplicate CPythonTracebackErrorCaretTests in `te…
Browse files Browse the repository at this point in the history
…st_traceback` (pythonGH-106187)
  • Loading branch information
sobolevn authored and jtcave committed Jul 27, 2023
1 parent 659aed0 commit eb78ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ class CPythonTracebackErrorCaretTests(

@cpython_only
@requires_debug_ranges()
class CPythonTracebackErrorCaretTests(
class CPythonTracebackLegacyErrorCaretTests(
CAPIExceptionFormattingLegacyMixin,
TracebackErrorLocationCaretTestBase,
unittest.TestCase,
Expand Down

0 comments on commit eb78ff9

Please sign in to comment.