Skip to content

Commit 84d96ad

Browse files
authored
Merge pull request #24162 from nathawes/fix-inherit-default-args-execution-test
[ParseableInterface][test] Also pass the built dylib to %target-run in the inherited-defaults-execution.swift test
2 parents 24c35f3 + 4ee9fe6 commit 84d96ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ParseableInterface/inherited-defaults-execution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//
3232
// RUN: %target-build-swift -I%t -L%t -lInherited -o %t/main %target-rpath(%t) %t/main.swift -swift-version 5
3333
// RUN: %target-codesign %t/main %t/%target-library-name(Inherited)
34-
// RUN: %target-run %t/main | %FileCheck --check-prefix=OUTPUT %s
34+
// RUN: %target-run %t/main %t/%target-library-name(Inherited) | %FileCheck --check-prefix=OUTPUT %s
3535
//
3636
// OUTPUT: 45
3737
// OUTPUT-NEXT: 98

0 commit comments

Comments
 (0)