about summary refs log tree commit diff homepage
path: root/test/Feature/FunctionPointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/FunctionPointer.c')
-rw-r--r--test/Feature/FunctionPointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/FunctionPointer.c b/test/Feature/FunctionPointer.c
index e1acaa91..bed9ad5e 100644
--- a/test/Feature/FunctionPointer.c
+++ b/test/Feature/FunctionPointer.c
@@ -1,6 +1,6 @@
 // RUN: %clang %s -emit-llvm -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error %t1.bc
+// RUN: %klee --output-dir=%t.klee-out --write-no-tests --exit-on-error %t1.bc
 
 #include <stdio.h>