3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

disable unit tests relying on changed functionality

This commit is contained in:
Nikolaj Bjorner 2024-12-31 09:24:41 -08:00
parent 3433b14dfa
commit a511b8bcf0
2 changed files with 14 additions and 9 deletions

View file

@ -227,6 +227,8 @@ namespace sls {
// unsigned ddt_orig(expr* e);
sls::bv_valuation& bv_eval::eval(app* e) const {
SASSERT(m_values.size() > e->get_id());
SASSERT(m_values[e->get_id()]);
auto& val = *m_values[e->get_id()];
eval(e, val);
return val;