mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixing regressions introduced when reducing astm proof dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f254710aa
commit
72c9134424
3 changed files with 13 additions and 6 deletions
|
@ -8,7 +8,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "ast/ast_ll_pp.h"
|
||||
|
||||
void tst_checker1() {
|
||||
ast_manager m(PGM_FINE);
|
||||
ast_manager m(PGM_ENABLED);
|
||||
expr_ref a(m);
|
||||
proof_ref p1(m), p2(m), p3(m), p4(m);
|
||||
expr_ref_vector side_conditions(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue