Skip to content

Commit c5e999d

Browse files
committed
Re-enable @available(macOS 11) test
rdar://66693249
1 parent 7e770fd commit c5e999d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/attr/attr_availability_canonical_macos_version.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %swift -typecheck -verify -parse-stdlib -module-name Swift -target x86_64-apple-macosx11.0 %s
22

3-
// REQUIRES: rdar66693249
4-
5-
63
@available(OSX, introduced: 10.5, deprecated: 10.8, obsoleted: 11.0,
74
message: "you don't want to do that anyway")
85
func obsoletedIn11() { }

0 commit comments

Comments
 (0)