about summary refs log tree commit diff homepage
path: root/test/Feature
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/PreferCex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/PreferCex.c b/test/Feature/PreferCex.c
index 2d424206..39337cf5 100644
--- a/test/Feature/PreferCex.c
+++ b/test/Feature/PreferCex.c
@@ -1,7 +1,7 @@
 // RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
-// RUN: ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
+// RUN: %ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
 
 #include <assert.h>
 #include <stdlib.h>