mirror of
https://github.com/Z3Prover/z3
synced 2025-11-24 06:31:27 +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:
parent
d2fc085b8c
commit
7c30cbfe48
5 changed files with 142 additions and 5 deletions
|
|
@ -117,8 +117,6 @@ static void test_remove_from() {
|
|||
SASSERT(list == &node2);
|
||||
SASSERT(node2.next() == &node2);
|
||||
SASSERT(node2.prev() == &node2);
|
||||
SASSERT(node1.next() == &node1);
|
||||
SASSERT(node1.prev() == &node1);
|
||||
std::cout << "test_remove_from passed." << std::endl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue