about summary refs log tree commit diff homepage
path: root/test/Replay/libkleeruntest/replay_invalid_num_objects.c
diff options
context:
space:
mode:
authorAndrea Mattavelli <andreamattavelli@gmail.com>2017-02-14 17:47:40 +0000
committerDan Liew <delcypher@gmail.com>2017-02-14 18:43:23 +0000
commit717cf5e1a91f0872fb47a4865d35025976db8875 (patch)
tree5120b0f6f3cd8878a15f80c973ab88332ea5cde4 /test/Replay/libkleeruntest/replay_invalid_num_objects.c
parent293f6e05ab8abdfca141eaa348da716b674c30e7 (diff)
downloadklee-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.c2
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