summaryrefslogtreecommitdiff
path: root/src/util/result.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/result.cpp')
-rw-r--r--src/util/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/result.cpp b/src/util/result.cpp
index 916e16b4f..01d5b052e 100644
--- a/src/util/result.cpp
+++ b/src/util/result.cpp
@@ -374,7 +374,7 @@ void Result::toStreamTptp(std::ostream& out) const {
void Result::toStream(std::ostream& out, OutputLanguage language) const {
switch (language) {
- case language::output::LANG_SYGUS:
+ case language::output::LANG_SYGUS_V1:
case language::output::LANG_SYGUS_V2: toStreamSmt2(out); break;
case language::output::LANG_TPTP:
toStreamTptp(out);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback