mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fix signature
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
458d8b033a
commit
08b6338061
2 changed files with 2 additions and 3 deletions
|
@ -151,7 +151,7 @@ void test_contains() {
|
||||||
std::cout << "test_contains passed." << std::endl;
|
std::cout << "test_contains passed." << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
int tst_dlist() {
|
void tst_dlist() {
|
||||||
test_prev();
|
test_prev();
|
||||||
test_next();
|
test_next();
|
||||||
test_const_prev();
|
test_const_prev();
|
||||||
|
@ -166,5 +166,4 @@ int tst_dlist() {
|
||||||
test_invariant();
|
test_invariant();
|
||||||
test_contains();
|
test_contains();
|
||||||
std::cout << "All tests passed." << std::endl;
|
std::cout << "All tests passed." << std::endl;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue