mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 07:07:52 +00:00
Polish api_bug sat.smt regression test cleanup
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/adbdc74f-5aab-4b0e-86a1-4ae2bdb4636e Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
2bebd7ba7a
commit
0078293170
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ static void test_sat_smt_bv_model_reconstruction() {
|
||||||
sat_smt_guard() { Z3_global_param_set("sat.smt", "true"); }
|
sat_smt_guard() { Z3_global_param_set("sat.smt", "true"); }
|
||||||
~sat_smt_guard() { Z3_global_param_set("sat.smt", "false"); }
|
~sat_smt_guard() { Z3_global_param_set("sat.smt", "false"); }
|
||||||
} guard;
|
} guard;
|
||||||
(void)guard;
|
|
||||||
|
|
||||||
Z3_context ctx = Z3_mk_context(nullptr);
|
Z3_context ctx = Z3_mk_context(nullptr);
|
||||||
Z3_solver s = Z3_mk_solver(ctx);
|
Z3_solver s = Z3_mk_solver(ctx);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue