Skip to content

Commit

Permalink
Re-enable unfolding in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 22, 2019
1 parent b500e37 commit f2bea54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ trait ComponentTestSuite extends inox.TestSuite with inox.ResourceUtils with Inp
Seq(
inox.optTimeout(300.seconds),
inox.optSelectedSolvers(Set("smt-z3")),
inox.solvers.unrolling.optMaxUnfoldSteps(1),
verification.optStrictArithmetic(false),
)
)
Expand Down

0 comments on commit f2bea54

Please sign in to comment.