3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

correctly explain the all fixed test in the octaganal tree

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2021-04-09 12:09:26 -07:00
parent 18610bf31f
commit 8848e5b4c3
2 changed files with 6 additions and 14 deletions

View file

@ -3052,7 +3052,7 @@ public:
scoped_trace_stream _sts(th, fn);
SASSERT(validate_eq(x, y));
// SASSERT(validate_eq(x, y));
ctx().assign_eq(x, y, eq_justification(js));
}