mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix signature
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
458d8b033a
commit
08b6338061
|
@ -36,7 +36,7 @@ add_executable(test-z3
|
|||
dl_relation.cpp
|
||||
dl_table.cpp
|
||||
dl_util.cpp
|
||||
doc.cpp
|
||||
doc.cpp
|
||||
dlist.cpp
|
||||
egraph.cpp
|
||||
escaped.cpp
|
||||
|
|
|
@ -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