summaryrefslogtreecommitdiff
path: root/test/unit/prop/cnf_stream_white.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/prop/cnf_stream_white.h')
-rw-r--r--test/unit/prop/cnf_stream_white.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index e705da409..bab71d8b2 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -155,7 +155,9 @@ class CnfStreamWhite : public CxxTest::TestSuite {
d_theoryEngine = d_smt->d_theoryEngine;
d_satSolver = new FakeSatSolver();
- d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver, new theory::TheoryRegistrar(d_theoryEngine), new context::Context());
+ d_cnfStream = new CVC4::prop::TseitinCnfStream(
+ d_satSolver, new theory::TheoryRegistrar(d_theoryEngine),
+ new context::Context(), d_smt->globals());
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback