summaryrefslogtreecommitdiff
path: root/test/unit/theory/theory_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/theory/theory_black.h')
-rw-r--r--test/unit/theory/theory_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/theory/theory_black.h b/test/unit/theory/theory_black.h
index 1897bbd1c..2d39af956 100644
--- a/test/unit/theory/theory_black.h
+++ b/test/unit/theory/theory_black.h
@@ -163,7 +163,7 @@ public:
void setUp() {
d_ctxt = new Context;
- d_nm = new NodeManager(d_ctxt);
+ d_nm = new NodeManager(d_ctxt, NULL);
d_scope = new NodeManagerScope(d_nm);
d_dummy = new DummyTheory(d_ctxt, d_outputChannel, Valuation(NULL));
d_outputChannel.clear();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback