File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
// RUN: -I %clang-include-dir -Werror -isysroot %sdk \
16
16
// RUN: -I %t -l Lib -L %t %target-rpath(%t)
17
17
// RUN: %target-codesign %t/a.out
18
- // RUN: %target-run %t/a.out > %t/run.log
18
+ // RUN: %target-run %t/a.out %t/%target-library-name(Lib) > %t/run.log
19
19
// RUN: %FileCheck %t/Client.c --check-prefix=PRINTS --input-file %t/run.log
20
20
21
21
/// Build a Swift client against cdecl.h.
22
22
// RUN: %target-build-swift %t/Client.swift -o %t/a.out \
23
23
// RUN: -I %t -l Lib -L %t %target-rpath(%t)
24
24
// RUN: %target-codesign %t/a.out
25
- // RUN: %target-run %t/a.out > %t/run.log
25
+ // RUN: %target-run %t/a.out %t/%target-library-name(Lib) > %t/run.log
26
26
// RUN: %FileCheck %t/Client.swift --check-prefix=PRINTS --input-file %t/run.log
27
27
28
28
// REQUIRES: swift_feature_CDecl
You can’t perform that action at this time.
0 commit comments