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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/FunctionPointer.c b/test/Feature/FunctionPointer.c
index e1ae1e37..ac28ca00 100644
--- a/test/Feature/FunctionPointer.c
+++ b/test/Feature/FunctionPointer.c
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -g -c -o %t1.bc
-// RUN: %klee --no-output --exit-on-error %t1.bc
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error %t1.bc
 
 #include <stdio.h>