mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +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;
|
||||
}
|
||||
|
||||
int tst_dlist() {
|
||||
void tst_dlist() {
|
||||
test_prev();
|
||||
test_next();
|
||||
test_const_prev();
|
||||
|
@ -166,5 +166,4 @@ int tst_dlist() {
|
|||
test_invariant();
|
||||
test_contains();
|
||||
std::cout << "All tests passed." << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue