3
0
Fork 0
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:
Nikolaj Bjorner 2012-12-05 12:01:03 -08:00
parent 1cd1a42618
commit aeb3857391
8 changed files with 18 additions and 16 deletions

View file

@ -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";
}