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

Removed polynomial factorization test cases. Relates to #852 and fixes #865.

This commit is contained in:
Christoph M. Wintersteiger 2017-01-10 14:02:59 +00:00
parent 331658f208
commit 8f95ee01e1
3 changed files with 0 additions and 748 deletions

View file

@ -193,7 +193,6 @@ int main(int argc, char ** argv) {
TST(polynomial);
TST(upolynomial);
TST(algebraic);
TST(polynomial_factorization);
TST(prime_generator);
TST(permutation);
TST(nlsat);