summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/prop/cnf_stream_black.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_black.h b/test/unit/prop/cnf_stream_black.h
index 7258e630d..d2f86d969 100644
--- a/test/unit/prop/cnf_stream_black.h
+++ b/test/unit/prop/cnf_stream_black.h
@@ -30,6 +30,7 @@
#include "prop/prop_engine.h"
#include "prop/sat.h"
#include "smt/smt_engine.h"
+#include "theory/registrar.h"
using namespace CVC4;
using namespace CVC4::context;
@@ -91,7 +92,7 @@ void setUp() {
d_context = new Context;
d_nodeManager = new NodeManager(d_context);
d_satSolver = new FakeSatSolver;
- d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver);
+ d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver, theory::Registrar());
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback