summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim King <tim.king@imag.fr>2015-06-12 12:43:32 +0200
committerTim King <tim.king@imag.fr>2015-06-12 12:43:32 +0200
commit688beeab917a42352ba947a69b1f722eac3602dd (patch)
tree0793b6b1a45f8da5499b3d1142180490dba530ea /src
parent8204c79c3799d1d39581f5aa5a8000771cccd6fe (diff)
Adding missing new sendAtoms flag in OutputChannel::lemma() into the unit tests.
Diffstat (limited to 'src')
-rw-r--r--src/theory/theory_test_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_test_utils.h b/src/theory/theory_test_utils.h
index 6fe92eb6e..57fdc07f9 100644
--- a/src/theory/theory_test_utils.h
+++ b/src/theory/theory_test_utils.h
@@ -87,7 +87,7 @@ public:
push(PROPAGATE_AS_DECISION, n);
}
- LemmaStatus lemma(TNode n, bool removable, bool preprocess) throw(AssertionException, UnsafeInterruptException) {
+ LemmaStatus lemma(TNode n, bool removable, bool preprocess, bool sendAtoms) throw(AssertionException, UnsafeInterruptException) {
push(LEMMA, n);
return LemmaStatus(Node::null(), 0);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback