Skip to content

Commit 41d1de4

Browse files
committed
Disable test on ios
rdar://76004923
1 parent 4faa397 commit 41d1de4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Sema/implementation-only-import-suggestion.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ import main // expected-warning{{'implementation-only-import-suggestion.swift' i
4343
// RUN: not %target-swift-frontend -typecheck %s -library-level ThatsNotALibraryLevel 2>&1 \
4444
// RUN: | %FileCheck %s --check-prefix CHECK-ARG
4545
// CHECK-ARG: error: unknown library level 'ThatsNotALibraryLevel', expected one of 'api', 'spi' or 'other'
46+
47+
48+
// rdar://76004923
49+
// UNSUPPORTED: OS=iphoneos

0 commit comments

Comments
 (0)