summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-04-05 16:35:42 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-05 16:35:42 -0400
commit4f94986c1eb2a8d5c1ba98528fdcbba1b909d9c8 (patch)
treea70a4b2dd2a6dbae6ba7d3bf0fb0b9e15b24333d /test/unit
parentbb6c74a7bb306de8b7c5d7e9701b3524eda68f4a (diff)
Fix unit test (compile error) for new SatSolver interface
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/prop/cnf_stream_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index e71dcb41d..ccba0164a 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -55,7 +55,7 @@ public:
d_addClauseCalled(false) {
}
- SatVariable newVar(bool theoryAtom) {
+ SatVariable newVar(bool theoryAtom, bool preRegister, bool canErase) {
return d_nextVar++;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback