diff options
| author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-02-14 17:47:40 +0000 |
|---|---|---|
| committer | Dan Liew <delcypher@gmail.com> | 2017-02-14 18:43:23 +0000 |
| commit | 717cf5e1a91f0872fb47a4865d35025976db8875 (patch) | |
| tree | 5120b0f6f3cd8878a15f80c973ab88332ea5cde4 /test/Replay/libkleeruntest/replay_invalid_num_objects.c | |
| parent | 293f6e05ab8abdfca141eaa348da716b674c30e7 (diff) | |
| download | klee-717cf5e1a91f0872fb47a4865d35025976db8875.tar.gz | |
Fix linker compatibility under macOS
Diffstat (limited to 'test/Replay/libkleeruntest/replay_invalid_num_objects.c')
| -rw-r--r-- | test/Replay/libkleeruntest/replay_invalid_num_objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Replay/libkleeruntest/replay_invalid_num_objects.c b/test/Replay/libkleeruntest/replay_invalid_num_objects.c index 43bc4867..39b389df 100644 --- a/test/Replay/libkleeruntest/replay_invalid_num_objects.c +++ b/test/Replay/libkleeruntest/replay_invalid_num_objects.c @@ -6,7 +6,7 @@ // Now try to replay with libkleeRuntest but build the binary so it // makes two calls to klee_make_symbolic. -// RUN: %cc -DEXTRA_MAKE_SYMBOLIC %s %libkleeruntest -Wl,-rpath=%libkleeruntestdir -o %t_runner +// RUN: %cc -DEXTRA_MAKE_SYMBOLIC %s %libkleeruntest -Wl,-rpath %libkleeruntestdir -o %t_runner // Check that the default is to exit with an error // RUN: not env KTEST_FILE=%t.klee-out/test000001.ktest %t_runner 2>&1 | FileCheck -check-prefix=CHECK_FATAL %s |
