summaryrefslogtreecommitdiff
path: root/src/theory/theory_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_test_utils.h')
-rw-r--r--src/theory/theory_test_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_test_utils.h b/src/theory/theory_test_utils.h
index f827b9ee7..ee7b4cf2d 100644
--- a/src/theory/theory_test_utils.h
+++ b/src/theory/theory_test_utils.h
@@ -103,6 +103,8 @@ public:
void setIncomplete() throw(AssertionException) {}
+ void handleUserAttribute( const char* attr, theory::Theory* t ){}
+
void clear() {
d_callHistory.clear();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback