Skip to content

Commit 26a9442

Browse files
committed
[Tests] Reenable implementation-only-import-suggestion
rdar://76004923
1 parent eaa2709 commit 26a9442

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,3 @@ import main // expected-warning{{'implementation-only-import-suggestion.swift' i
5252
// RUN: not %target-swift-frontend -typecheck %s -library-level ThatsNotALibraryLevel 2>&1 \
5353
// RUN: | %FileCheck %s --check-prefix CHECK-ARG
5454
// CHECK-ARG: error: unknown library level 'ThatsNotALibraryLevel', expected one of 'api', 'spi' or 'other'
55-
56-
57-
// rdar://76004923
58-
// UNSUPPORTED: OS=ios
59-
// UNSUPPORTED: OS=watchos
60-
// UNSUPPORTED: OS=tvos

0 commit comments

Comments
 (0)