Skip to content

Commit 44ccc38

Browse files
FIx a typo in testcase name
Co-authored-by: Shantanu <[email protected]>
1 parent 503c145 commit 44ccc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-multiple-inheritance.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ class C41(B4, B1): ...
707707
class C42(B4, B2): ...
708708
class C43(B4, B3): ...
709709

710-
[case testMultipleInheritanceExplcitDiamondResolution]
710+
[case testMultipleInheritanceExplicitDiamondResolution]
711711
# Adapted from #14279
712712
class A:
713713
class M:

0 commit comments

Comments
 (0)