3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2017-10-12 14:17:57 -07:00
commit 6ecd77d91c
2 changed files with 29 additions and 32 deletions

View file

@ -233,7 +233,7 @@ int main(int argc, char ** argv) {
TST(quant_solve);
TST(rcf);
TST(polynorm);
// TST(qe_arith);
TST(qe_arith);
TST(expr_substitution);
TST(sorting_network);
TST(theory_pb);