summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/driver_unified.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index c3372d2c8..9178e9289 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -450,7 +450,8 @@ int runCvc4(int argc, char* argv[], Options& opts) {
dynamic_cast<GetInstantiationsCommand*>(cmd) == NULL &&
dynamic_cast<GetAssertionsCommand*>(cmd) == NULL &&
dynamic_cast<GetInfoCommand*>(cmd) == NULL &&
- dynamic_cast<GetOptionCommand*>(cmd) == NULL) {
+ dynamic_cast<GetOptionCommand*>(cmd) == NULL &&
+ dynamic_cast<EchoCommand*>(cmd) == NULL) {
Command* copy = cmd->clone();
allCommands.back().push_back(copy);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback