Skip to content

Commit 5862b70

Browse files
committed
Fix unit tests
1 parent cdce88c commit 5862b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/unit-tests/Test/Booster/Pattern/ApplyEquations.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ test_simplifyPattern =
154154
where
155155
simpl t = do
156156
ns <- noSolver
157-
runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty t
157+
runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty NoCheckConstraintsConsistent t
158158
a = var "A" someSort
159159

160160
test_simplifyConstraint :: TestTree

0 commit comments

Comments
 (0)