3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

add scoped_vector invariants and unit tests (#7327)

* add scoped vector unit test

* fix dlist tests

* add new scoped vector invariants

* remove all loop invariants
This commit is contained in:
LiviaSun 2024-08-02 19:21:40 -07:00 committed by GitHub
parent d2fc085b8c
commit 7c30cbfe48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 142 additions and 5 deletions

View file

@ -269,4 +269,5 @@ int main(int argc, char ** argv) {
TST(euf_bv_plugin);
TST(euf_arith_plugin);
TST(sls_test);
TST(scoped_vector);
}