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:
parent
c7f67f9a72
commit
5767dfac49
5 changed files with 11 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue