Skip to content

Commit 088e4cd

Browse files
authored
test: use platform-independent @available attribute and re-enable fixit_stub_editor.swift (#10322)
1 parent 7295423 commit 088e4cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/decl/protocol/conforms/fixit_stub_editor.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -diagnostics-editor-mode
2-
// REQUIRES: rdar32804941
32

43
protocol P1 {
5-
@available(iOS, unavailable)
4+
@available(*, introduced: 999)
65
func foo1()
76
func foo2()
87
}

0 commit comments

Comments
 (0)