Skip to content

Commit 3659e77

Browse files
authored
Merge pull request swiftlang#36683 from xymus/reenable-ioi-suggestion
[Tests] Reenable implementation-only-import-suggestion.swift
2 parents 95f8ed8 + 26a9442 commit 3659e77

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)