summaryrefslogtreecommitdiff
path: root/src/printer/cvc/cvc_printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/cvc/cvc_printer.cpp')
-rw-r--r--src/printer/cvc/cvc_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/cvc/cvc_printer.cpp b/src/printer/cvc/cvc_printer.cpp
index 8476b6239..f190b81bf 100644
--- a/src/printer/cvc/cvc_printer.cpp
+++ b/src/printer/cvc/cvc_printer.cpp
@@ -939,7 +939,7 @@ static void toStream(std::ostream& out, const SetBenchmarkStatusCommand* c) thro
}
static void toStream(std::ostream& out, const SetBenchmarkLogicCommand* c) throw() {
- out << "% (set-logic " << c->getLogic() << ")";
+ out << "OPTION \"logic\" \"" << c->getLogic() << "\";";
}
static void toStream(std::ostream& out, const SetInfoCommand* c) throw() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback