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

Revert "add scoped vector unit test (#7307)" (#7317)

This reverts commit 2ae3d87b21.
This commit is contained in:
Nikolaj Bjorner 2024-07-30 11:34:02 -07:00 committed by GitHub
parent 2ae3d87b21
commit 5fcc50f606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 180 deletions

View file

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