summaryrefslogtreecommitdiff
path: root/test/unit/api/op_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/api/op_black.h')
-rw-r--r--test/unit/api/op_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/api/op_black.h b/test/unit/api/op_black.h
index e99e8daf2..27ca7bb88 100644
--- a/test/unit/api/op_black.h
+++ b/test/unit/api/op_black.h
@@ -52,7 +52,7 @@ void OpBlack::testIsNull()
void OpBlack::testOpFromKind()
{
- Op plus(PLUS);
+ Op plus(&d_solver, PLUS);
TS_ASSERT(!plus.isIndexed());
TS_ASSERT_THROWS(plus.getIndices<uint32_t>(), CVC4ApiException&);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback