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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/theory/theory_black.h b/test/unit/theory/theory_black.h
index 5941b3e5d..7ffc4193a 100644
--- a/test/unit/theory/theory_black.h
+++ b/test/unit/theory/theory_black.h
@@ -145,8 +145,8 @@ public:
d_scope = new NodeManagerScope(d_nm);
d_dummy = new DummyTheory(d_ctxt, d_outputChannel);
d_outputChannel.clear();
- atom0 = d_nm->mkNode(kind::TRUE);
- atom1 = d_nm->mkNode(kind::FALSE);
+ atom0 = d_nm->mkConst(true);
+ atom1 = d_nm->mkConst(false);
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback