3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

fix crash in 'test-z3 prime_generator'

This commit is contained in:
Nuno Lopes 2019-06-13 14:35:52 +01:00
parent 38eeaeae7a
commit d1cbde3390
3 changed files with 4 additions and 6 deletions

View file

@ -251,7 +251,3 @@ int main(int argc, char ** argv) {
TST(solver_pool);
//TST_ARGV(hs);
}
void initialize_mam() {}
void finalize_mam() {}