Skip to content

Commit d130749

Browse files
committed
Z3: revert 19d8e34 where we limited the tests of Z3 to a smaller test input
1 parent a85c9c3 commit d130749

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/org/sosy_lab/java_smt/test/BitvectorFormulaManagerTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,6 @@ public void bvRotateByBV() throws SolverException, InterruptedException {
468468
case PRINCESS:
469469
bitsizes = new int[] {2, 3}; // Princess is too slow for larger bitvectors
470470
break;
471-
case Z3:
472-
bitsizes = new int[] {2, 3, 4, 8}; // Z3 is too slow for larger bitvectors since v4.15.0
473-
break;
474471
default:
475472
bitsizes = new int[] {2, 3, 4, 8, 13, 25, 31};
476473
break;

0 commit comments

Comments
 (0)