summaryrefslogtreecommitdiff
path: root/test/unit/theory/union_find_black.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/theory/union_find_black.h
parent26d3bdca35e0d6c656c53e15edcbc73f09a05c8c (diff)
unit test fixes for new NodeManager constructor (related to previous two trunk commits)
Diffstat (limited to 'test/unit/theory/union_find_black.h')
-rw-r--r--test/unit/theory/union_find_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/theory/union_find_black.h b/test/unit/theory/union_find_black.h
index b9b4e58ce..6ba653946 100644
--- a/test/unit/theory/union_find_black.h
+++ b/test/unit/theory/union_find_black.h
@@ -43,7 +43,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_uf = new UnionFind<TNode, TNodeHashFunction>(d_ctxt);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback