diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-04 02:59:28 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-04 02:59:28 +0000 |
commit | 84d237a292f44022b0df6351dd2ffdc89785d214 (patch) | |
tree | 6bd264780f62177c84ba71d11b7108c379ca0437 /lib/Expr/Parser.cpp | |
parent | 0ebcdc8660b3996ff3cf0f8e48d68653f47f705b (diff) | |
download | klee-84d237a292f44022b0df6351dd2ffdc89785d214.tar.gz |
Added a couple of tests for ReadLSB/MSB. Changed kleaver to write to stdout.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Expr/Parser.cpp')
-rw-r--r-- | lib/Expr/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Expr/Parser.cpp b/lib/Expr/Parser.cpp index 5f666269..9e1849ae 100644 --- a/lib/Expr/Parser.cpp +++ b/lib/Expr/Parser.cpp @@ -1291,7 +1291,7 @@ Decl::Decl() {} void QueryCommand::dump() { // FIXME: This is masking the difference between an actual query and // a query decl. - ExprPPrinter::printQuery(std::cerr, + ExprPPrinter::printQuery(std::cout, ConstraintManager(Constraints), Query); } |