Skip to content

Commit f00df78

Browse files
authored
Merge pull request #83868 from ktoso/wip-fix-target-triple
2 parents 81de885 + b1c5713 commit f00df78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Distributed/Runtime/distributed_actor_library_evolution_da_protocol_use.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// RUN: %empty-directory(%t)
88
// RUN: split-file %s %t
99

10-
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -enable-library-evolution -target %target-cpu-apple-macosx13.0 -parse-as-library -emit-library -emit-module-path %t/Library.swiftmodule -module-name Library %t/library.swift -o %t/%target-library-name(Library)
11-
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -target %target-cpu-apple-macosx13.0 -parse-as-library -lLibrary -module-name main -I %t -L %t %t/main.swift -o %t/a.out
10+
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -enable-library-evolution -target %target-swift-5.9-abi-triple -parse-as-library -emit-library -emit-module-path %t/Library.swiftmodule -module-name Library %t/library.swift -o %t/%target-library-name(Library)
11+
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -target %target-swift-5.9-abi-triple -parse-as-library -lLibrary -module-name main -I %t -L %t %t/main.swift -o %t/a.out
1212

1313
// RUN: %target-codesign %t/a.out
1414
// RUN: %target-run %t/a.out | %FileCheck %s

0 commit comments

Comments
 (0)