Skip to content

Commit a8e7d7b

Browse files
authored
Merge pull request #83258 from ktoso/wip-missing-plugin-paths-da
Test: add some missing plugin paths to distributed tests
2 parents a923655 + b7aaba4 commit a8e7d7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// RUN: -parse-as-library -emit-library \
88
// RUN: -emit-module-path %t/FakeDistributedActorSystems.swiftmodule \
99
// RUN: -module-name FakeDistributedActorSystems \
10+
// RUN: -plugin-path %swift-plugin-dir \
1011
// RUN: %S/../Inputs/FakeDistributedActorSystems.swift \
1112
// RUN: -enable-library-evolution \
1213
// RUN: -Xfrontend -validate-tbd-against-ir=all \

test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule_irgen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// RUN: -parse-as-library -emit-library \
88
// RUN: -emit-module-path %t/FakeDistributedActorSystems.swiftmodule \
99
// RUN: -module-name FakeDistributedActorSystems \
10+
// RUN: -plugin-path %swift-plugin-dir \
1011
// RUN: %S/../Inputs/FakeDistributedActorSystems.swift \
1112
// RUN: -enable-library-evolution \
1213
// RUN: -Xfrontend -validate-tbd-against-ir=all \

0 commit comments

Comments
 (0)