summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-17 18:48:39 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-17 18:48:39 +0000
commit7eb18a6c4b0ec6fcf4b6474d22307baa04f8f515 (patch)
tree8621e2e60756ec6770bc949877eef808e7e99d55 /src/main
parent3b06265b82d48074b3b733d655efd6dab6481150 (diff)
+ test infrastructure fixes
+ regenerate configure script + add CVC4::Message output class + add some IllegalArgument() assertion things + rename NodeManager::mkExpr() to mkNode()
Diffstat (limited to 'src/main')
-rw-r--r--src/main/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 4e408823f..187a0f316 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -81,6 +81,7 @@ int main(int argc, char *argv[]) {
Trace.setStream(CVC4::null_os);
Notice.setStream(CVC4::null_os);
Chat.setStream(CVC4::null_os);
+ Message.setStream(CVC4::null_os);
Warning.setStream(CVC4::null_os);
} else {
if(options.verbosity < 2) {
@@ -90,6 +91,7 @@ int main(int argc, char *argv[]) {
Notice.setStream(CVC4::null_os);
}
if(options.verbosity < 0) {
+ Message.setStream(CVC4::null_os);
Warning.setStream(CVC4::null_os);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback