mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
fixed bugs found in regression tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3a0a29c4f
commit
8d6a091083
3 changed files with 21 additions and 9 deletions
|
@ -785,6 +785,7 @@ psort * pdecl_manager::mk_psort_cnst(sort * s) {
|
|||
}
|
||||
|
||||
psort * pdecl_manager::register_psort(psort * n) {
|
||||
TRACE("register_psort", tout << "registering psort...\n"; n->display(tout); tout << "\n";);
|
||||
psort * r = m_table.insert_if_not_there(n);
|
||||
if (r != n) {
|
||||
del_decl_core(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue