summaryrefslogtreecommitdiff
path: root/test/unit/prop
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/prop')
-rw-r--r--test/unit/prop/cnf_stream_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_black.h b/test/unit/prop/cnf_stream_black.h
index fffa36105..f6118d85c 100644
--- a/test/unit/prop/cnf_stream_black.h
+++ b/test/unit/prop/cnf_stream_black.h
@@ -104,7 +104,7 @@ class CnfStreamBlack : public CxxTest::TestSuite {
void setUp() {
d_context = new Context;
- d_nodeManager = new NodeManager(d_context);
+ d_nodeManager = new NodeManager(d_context, NULL);
NodeManagerScope nms(d_nodeManager);
d_satSolver = new FakeSatSolver;
d_theoryEngine = new TheoryEngine(d_context);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback