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:
parent
3433b14dfa
commit
a511b8bcf0
2 changed files with 14 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue