mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
fixing unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6bdde9047a
commit
dbde71c290
|
@ -283,7 +283,6 @@ namespace smt {
|
|||
if (!m_fparams) {
|
||||
m_fparams = alloc(smt_params, m_context->get_fparams());
|
||||
m_fparams->m_relevancy_lvl = 0; // no relevancy since the model checking problems are quantifier free
|
||||
m_fparams->m_proof_mode = m_manager.proof_mode();
|
||||
}
|
||||
if (!m_aux_context) {
|
||||
symbol logic;
|
||||
|
|
Loading…
Reference in a new issue