Skip to content

Commit 4ee9fe6

Browse files
author
Nathan Hawes
committed
[ParseableInterface][test] Also pass the built dylib to %target-run in the inherited-defaults-execution.swift test
Resolves rdar://problem/50050902
1 parent 24c35f3 commit 4ee9fe6

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)