summaryrefslogtreecommitdiff
path: root/test/unit/util/congruence_closure_white.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-16 00:10:57 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-16 00:10:57 +0000
commit718ea1851ab2b79816ed6c858e7f543556402084 (patch)
tree378aa33ad6fd769372b045ed143a9579fd04a9bf /test/unit/util/congruence_closure_white.h
parent26d3bdca35e0d6c656c53e15edcbc73f09a05c8c (diff)
unit test fixes for new NodeManager constructor (related to previous two trunk commits)
Diffstat (limited to 'test/unit/util/congruence_closure_white.h')
-rw-r--r--test/unit/util/congruence_closure_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util/congruence_closure_white.h b/test/unit/util/congruence_closure_white.h
index a12cb79ea..f5e299377 100644
--- a/test/unit/util/congruence_closure_white.h
+++ b/test/unit/util/congruence_closure_white.h
@@ -108,7 +108,7 @@ public:
void setUp() {
d_context = new Context;
- d_nm = new NodeManager(d_context);
+ d_nm = new NodeManager(d_context, NULL);
d_scope = new NodeManagerScope(d_nm);
d_out = new MyOutputChannel(d_context, d_nm);
d_cc = new CongruenceClosure<MyOutputChannel, CongruenceOperator<kind::APPLY_UF> >(d_context, d_out);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback