about summary refs log tree commit diff homepage
path: root/test/Replay/libkleeruntest/replay_invalid_num_objects.c
diff options
context:
space:
mode:
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