diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-02 14:49:59 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-02 14:49:59 +0000 |
commit | d369654e361782b3f4a52303114db11959a346f7 (patch) | |
tree | 19c63c9b01df6ffcc5118f460fb6446b734d91e1 /test/Feature | |
parent | c7db4230beef3b81542edb5d7ae6ca606d0567dd (diff) | |
download | klee-d369654e361782b3f4a52303114db11959a346f7.tar.gz |
Patch by Tomasz Kuchta that refactors the logging code, by introducing a new logging class hierarchy.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@171387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/ExprLogging.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/ExprLogging.c b/test/Feature/ExprLogging.c index d8dfe4b4..ad671a5e 100644 --- a/test/Feature/ExprLogging.c +++ b/test/Feature/ExprLogging.c @@ -6,8 +6,8 @@ // RUN: %kleaver -print-ast klee-last/solver-queries.pc > %t3.log // RUN: %kleaver -print-ast %t3.log > %t4.log // RUN: diff %t3.log %t4.log -// RUN: grep "^;SMTLIBv2 Query" klee-last/all-queries.smt2 | wc -l | grep -q 17 -// RUN: grep "^;SMTLIBv2 Query" klee-last/solver-queries.smt2 | wc -l | grep -q 10 +// RUN: grep "^; Query" klee-last/all-queries.smt2 | wc -l | grep -q 17 +// RUN: grep "^; Query" klee-last/solver-queries.smt2 | wc -l | grep -q 10 #include <assert.h> |