Skip to content

Commit cd61a5d

Browse files
committed
Remove duplicate test case
1 parent 781245f commit cd61a5d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test-data/unit/semanal-classvar.test

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@ class B(A):
7272
[out]
7373
main:5: error: Invalid class attribute definition (previously declared on base class "A")
7474

75-
[case testOverrideClassVarWithInstanceVariable]
76-
from typing import ClassVar
77-
class A:
78-
x = 1 # type: ClassVar[int]
79-
class B(A):
80-
x = 2 # type: int
81-
[out]
82-
main:5: error: Invalid class attribute definition (previously declared on base class "A")
83-
8475
[case testOverrideClassVarManyBases]
8576
from typing import ClassVar
8677
class A:

0 commit comments

Comments
 (0)