Skip to content

Commit 544594b

Browse files
authored
In VFE/WME tests, pass the dylib path as an argument when launching, to support remote execution of tests (#40041)
1 parent 142ec33 commit 544594b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/IRGen/virtual-function-elimination-two-modules.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM
2828

2929
// (6) Execution test
30-
// RUN: %target-run %t/main | %FileCheck %s
30+
// RUN: %target-run %t/main %t/libLibrary.dylib | %FileCheck %s
3131

3232
// REQUIRES: executable_test
3333

test/IRGen/witness-method-elimination-two-modules.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM
2929

3030
// (6) Execution test
31-
// RUN: %target-run %t/main | %FileCheck %s
31+
// RUN: %target-run %t/main %t/libLibrary.dylib | %FileCheck %s
3232

3333
// REQUIRES: executable_test
3434

0 commit comments

Comments
 (0)