3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-08 02:31:24 +00:00

fix build of unit test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-07-15 19:39:59 -07:00
parent c7f67f9a72
commit 5767dfac49
5 changed files with 11 additions and 9 deletions

View file

@ -267,7 +267,7 @@ namespace sls {
if (try_repair(e, j))
return;
}
set_value(e, bval1(e));
repair_up(e);
}
bool basic_plugin::try_repair_distinct(app* e, unsigned i) {