summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_input.cpp')
-rw-r--r--src/parser/antlr_input.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/antlr_input.cpp b/src/parser/antlr_input.cpp
index 6edb23a23..b2f2cdd53 100644
--- a/src/parser/antlr_input.cpp
+++ b/src/parser/antlr_input.cpp
@@ -249,6 +249,7 @@ AntlrInput* AntlrInput::newInput(InputLanguage lang, AntlrInputStream& inputStre
case LANG_SMTLIB_V2_0:
case LANG_SMTLIB_V2_5:
+ case LANG_SMTLIB_V2_6:
input = new Smt2Input(inputStream, lang);
break;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback