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

add scoped vector unit test (#7307)

* add scoped vector unit test

* fix dlist tests

* add new scoped vector invariants
This commit is contained in:
LiviaSun 2024-07-29 11:08:54 -07:00 committed by GitHub
parent 2ce89e5f49
commit 2ae3d87b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 180 additions and 44 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);
}