Skip to content

Commit 0f1a132

Browse files
authored
Merge pull request #60709 from lorentey/fix-pr-blocker
[test] Fix availability incantation in attr_availability_rename_toplevel
2 parents 6bb4850 + a16ffa4 commit 0f1a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_availability_async_rename_toplevel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// RUN: %target-typecheck-verify-swift
44

5-
if #available(macOS 12.0, *) {
5+
if #available(SwiftStdlib 5.5, *) {
66
@available(*, renamed: "process(data:)")
77
func process(data: [Int], completion: @escaping ([Int]) -> Void) { completion(data) }
88
// expected-note@+1{{'process(data:)' declared here}}

0 commit comments

Comments
 (0)