about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorHristina Palikareva <h.palikareva@imperial.ac.uk>2013-10-16 16:30:34 +0100
committerHristina Palikareva <h.palikareva@imperial.ac.uk>2013-10-16 16:30:34 +0100
commitc68ade2b7990e696c99cf26e6082de3a95ae29da (patch)
tree31d52bed836c9b2c254d63a08600e32e4dbc9f62
parent7b46fc6cc9d9104a226d28f286b19fffc5a1e029 (diff)
downloadklee-c68ade2b7990e696c99cf26e6082de3a95ae29da.tar.gz
tests in ./test/Feature/ExprLogging.c reverted back to not explicitly differentiate on whether metaSMT is used or not
-rw-r--r--test/Feature/ExprLogging.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Feature/ExprLogging.c b/test/Feature/ExprLogging.c
index 73623af0..ad671a5e 100644
--- a/test/Feature/ExprLogging.c
+++ b/test/Feature/ExprLogging.c
@@ -1,6 +1,5 @@
 // RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t1.bc
-// RUN: %klee --use-query-log=all:pc,all:smt2,solver:pc,solver:smt2 --use-metasmt=none --write-pcs --write-cvcs --write-smt2s %t1.bc 2> %t2.log
-// RUN: %klee --use-query-log=all:pc,all:smt2,solver:pc,solver:smt2 --write-pcs --write-smt2s %t1.bc 2> %t2.log
+// RUN: %klee --use-query-log=all:pc,all:smt2,solver:pc,solver:smt2 --write-pcs --write-cvcs --write-smt2s %t1.bc 2> %t2.log
 // RUN: %kleaver -print-ast klee-last/all-queries.pc > %t3.log
 // RUN: %kleaver -print-ast %t3.log > %t4.log
 // RUN: diff %t3.log %t4.log