about summary refs log tree commit diff homepage
path: root/test/Feature/PreferCex.c
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2015-06-03 19:32:14 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-06-03 19:32:14 +0100
commit16772a3c4f287aa7b4016be4ebbaa9e4ece6ca5a (patch)
tree2932ab3b8e509d03ce81228e4f594e5ff6609316 /test/Feature/PreferCex.c
parent33417e4b63377e2825811096aaca026847cf2e26 (diff)
downloadklee-16772a3c4f287aa7b4016be4ebbaa9e4ece6ca5a.tar.gz
Added an option --readable-posix-inputs which is used to turn on/off the CEX preferences added in the POSIX model. Removed option --prefer-cex which controlled all CEX preferences.
Diffstat (limited to 'test/Feature/PreferCex.c')
-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 cf67e647..180e03cf 100644
--- a/test/Feature/PreferCex.c
+++ b/test/Feature/PreferCex.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --exit-on-error --prefer-cex %t1.bc
+// RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
 // RUN: ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
 
 #include <assert.h>