Skip to content

Commit 93e49e7

Browse files
removed outdated test
1 parent 08cdbb4 commit 93e49e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test-data/unit/check-expressions.test

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,6 @@ class A:
478478
def __contains__(self, x: 'A') -> str: pass
479479
[builtins fixtures/bool.pyi]
480480

481-
[case testInWithInvalidArgs]
482-
a = 1 in ([1] + ['x'])
483-
[builtins fixtures/list.pyi]
484-
485481
[case testEq]
486482
a: A
487483
b: bool

0 commit comments

Comments
 (0)