mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
fix signature
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
458d8b033a
commit
08b6338061
|
@ -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…
Reference in a new issue