about summary refs log tree commit diff homepage
path: root/lib/Expr/Parser.cpp
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2009-06-04 02:59:28 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2009-06-04 02:59:28 +0000
commit84d237a292f44022b0df6351dd2ffdc89785d214 (patch)
tree6bd264780f62177c84ba71d11b7108c379ca0437 /lib/Expr/Parser.cpp
parent0ebcdc8660b3996ff3cf0f8e48d68653f47f705b (diff)
downloadklee-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.cpp2
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);
 }