Skip to content

Commit f2bea54

Browse files
committed
Re-enable unfolding in test suite
1 parent b500e37 commit f2bea54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontends/common/src/it/scala/stainless/verification/ComponentTestSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ trait ComponentTestSuite extends inox.TestSuite with inox.ResourceUtils with Inp
1313
Seq(
1414
inox.optTimeout(300.seconds),
1515
inox.optSelectedSolvers(Set("smt-z3")),
16-
inox.solvers.unrolling.optMaxUnfoldSteps(1),
1716
verification.optStrictArithmetic(false),
1817
)
1918
)

0 commit comments

Comments
 (0)