summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/theory_test_utils.h2
-rw-r--r--test/unit/theory/theory_engine_white.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/theory_test_utils.h b/src/theory/theory_test_utils.h
index a7f6e98ae..7d147f6a5 100644
--- a/src/theory/theory_test_utils.h
+++ b/src/theory/theory_test_utils.h
@@ -95,6 +95,8 @@ public:
push(EXPLANATION, n);
}
+ void setIncomplete() throw(Interrupted, AssertionException) {}
+
void clear() {
d_callHistory.clear();
}
diff --git a/test/unit/theory/theory_engine_white.h b/test/unit/theory/theory_engine_white.h
index 6adbba207..12c38d0d7 100644
--- a/test/unit/theory/theory_engine_white.h
+++ b/test/unit/theory/theory_engine_white.h
@@ -63,7 +63,7 @@ class FakeOutputChannel : public OutputChannel {
Unimplemented();
}
void setIncomplete() throw(AssertionException) {
- Unimplemented()
+ Unimplemented();
}
};/* class FakeOutputChannel */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback