We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 314f579 + 3f795db commit 48c1b42Copy full SHA for 48c1b42
test/Concurrency/Backdeploy/linking_maccatalyst.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift -target %target-cpu-apple-macosx12 %s -o %t/linking_direct
3
// RUN: %target-build-swift -target %target-cpu-apple-macosx11 %s -o %t/linking_rpath
4
-// RUN: %target-build-swift -target %target-cpu-apple-macosx10.13 %s -o %t/linking_rpath_old
+// RUN: %target-build-swift -target %target-cpu-apple-macosx10.15 %s -o %t/linking_rpath_old
5
6
// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
7
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
0 commit comments