summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 7b6b9ad86..9f77045c4 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -65,7 +65,8 @@ int main(int argc, char* argv[]) {
*opts.getOut() << "unknown" << endl;
#endif
if(opts.getOutputLanguage() == output::LANG_SMTLIB_V2_0 ||
- opts.getOutputLanguage() == output::LANG_SMTLIB_V2_5) {
+ opts.getOutputLanguage() == output::LANG_SMTLIB_V2_5 ||
+ opts.getOutputLanguage() == output::LANG_SMTLIB_V2_6) {
*opts.getOut() << "(error \"" << e << "\")" << endl;
} else {
*opts.getErr() << "CVC4 Error:" << endl << e << endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback