summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/prop/cnf_stream_white.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.cpp b/test/unit/prop/cnf_stream_white.cpp
index 4dfd7a1bb..bc5bfe8f1 100644
--- a/test/unit/prop/cnf_stream_white.cpp
+++ b/test/unit/prop/cnf_stream_white.cpp
@@ -115,7 +115,7 @@ class TestPropWhiteCnfStream : public TestSmt
new cvc5::prop::CnfStream(d_satSolver.get(),
d_cnfRegistrar.get(),
d_cnfContext.get(),
- &d_smtEngine->getOutputManager(),
+ &d_smtEngine->getEnv(),
d_smtEngine->getResourceManager()));
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback