summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/theory/theory_engine_white.h2
1 files changed, 1 insertions, 1 deletions
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