Skip to content

Commit 767a886

Browse files
committed
Add incremental test
1 parent ff4e909 commit 767a886

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test-data/unit/check-incremental.test

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,3 +6886,12 @@ class A:
68866886
[out]
68876887
[out2]
68886888
main:3: error: Too few arguments
6889+
6890+
[case testUnreachableAfterToplevelAssertImportThirdParty]
6891+
# flags: --platform unknown
6892+
import sys
6893+
assert sys.platform == 'linux'
6894+
import does_not_exist
6895+
[builtins fixtures/ops.pyi]
6896+
[out]
6897+
[out2]

0 commit comments

Comments
 (0)