We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dde044 commit d4d1880Copy full SHA for d4d1880
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