mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
fixing unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1cd1a42618
commit
aeb3857391
8 changed files with 18 additions and 16 deletions
|
@ -60,7 +60,7 @@ void dl_context_saturate_file(params_ref & params, const char * f) {
|
|||
}
|
||||
dealloc(parser);
|
||||
std::cerr << "Saturating...\n";
|
||||
ctx.dl_saturate();
|
||||
ctx.get_rel_context().saturate();
|
||||
std::cerr << "Done\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue