Skip to content

Commit f9c6f3a

Browse files
authored
Merge pull request #33778 from brentdax/the-punchline-of-an-incredible-shaggy-dog-story
[release/5.3] Re-enable @available(macOS 11) test
2 parents 7e770fd + c5e999d commit f9c6f3a

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)