Skip to content

Commit 48c1b42

Browse files
Merge pull request #77503 from ian-twilightcoder/fix-maccatalyst-test
[6.0] Swift CI: test: Concurrency/Backdeploy/linking_maccatalyst.swift is failing on macCatalyst
2 parents 314f579 + 3f795db commit 48c1b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/Backdeploy/linking_maccatalyst.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -target %target-cpu-apple-macosx12 %s -o %t/linking_direct
33
// 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
4+
// RUN: %target-build-swift -target %target-cpu-apple-macosx10.15 %s -o %t/linking_rpath_old
55

66
// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
77
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s

0 commit comments

Comments
 (0)