Skip to content

Commit 65c06c7

Browse files
committed
[NFC][Test] Update run line of a preconcurrency test to not disable availability
checking.
1 parent 29e50a2 commit 65c06c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/predates_concurrency_swift6.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -disable-availability-checking -swift-version 6 %s -emit-sil -o /dev/null -verify
1+
// RUN: %target-swift-frontend -target arm64-apple-macosx10.15 -swift-version 6 %s -emit-sil -o /dev/null -verify
22

33
// REQUIRES: concurrency
44

0 commit comments

Comments
 (0)