summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/parser/parser_builder_black.h1
-rw-r--r--test/unit/prop/cnf_stream_white.h7
2 files changed, 5 insertions, 3 deletions
diff --git a/test/unit/parser/parser_builder_black.h b/test/unit/parser/parser_builder_black.h
index ed00a3b8f..04e852408 100644
--- a/test/unit/parser/parser_builder_black.h
+++ b/test/unit/parser/parser_builder_black.h
@@ -28,7 +28,6 @@
#include "options/language.h"
#include "parser/parser.h"
#include "parser/parser_builder.h"
-#include "smt/command.h"
using namespace CVC4;
using namespace CVC4::parser;
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index 33fc15674..7fa429054 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -146,8 +146,11 @@ class CnfStreamWhite : public CxxTest::TestSuite {
d_cnfContext = new context::Context();
d_cnfRegistrar = new theory::TheoryRegistrar(d_theoryEngine);
ResourceManager* rm = d_smt->getResourceManager();
- d_cnfStream = new CVC4::prop::TseitinCnfStream(
- d_satSolver, d_cnfRegistrar, d_cnfContext, rm);
+ d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver,
+ d_cnfRegistrar,
+ d_cnfContext,
+ &d_smt->getOutputManager(),
+ rm);
}
void tearDown() override
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback