Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 21, 2024
1 parent 998eb07 commit 598a00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/unit-tests/Test/Booster/Pattern/ApplyEquations.hs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ test_simplifyPattern =
where
simpl t = do
ns <- noSolver
runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty t
runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty NoCheckConstraintsConsistent t
a = var "A" someSort

test_simplifyConstraint :: TestTree
Expand Down

0 comments on commit 598a00c

Please sign in to comment.