summaryrefslogtreecommitdiff
path: root/test/unit/parser/parser_builder_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser/parser_builder_black.h')
-rw-r--r--test/unit/parser/parser_builder_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/parser/parser_builder_black.h b/test/unit/parser/parser_builder_black.h
index 44bb9293b..2962439ff 100644
--- a/test/unit/parser/parser_builder_black.h
+++ b/test/unit/parser/parser_builder_black.h
@@ -111,7 +111,7 @@ class ParserBuilderBlack : public CxxTest::TestSuite
TS_ASSERT(parser != NULL);
api::Term e = parser->nextExpression();
- TS_ASSERT_EQUALS(e, d_solver->getExprManager()->mkConst(true));
+ TS_ASSERT_EQUALS(e, d_solver->mkTrue());
e = parser->nextExpression();
TS_ASSERT(e.isNull());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback