Skip to content

Commit 6a2849a

Browse files
run the tests
1 parent 5612e6a commit 6a2849a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Constrained/Tests.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ negativeTests =
236236
testSpecFail "overconstrainedPrefixes" overconstrainedPrefixes
237237
testSpecFail "overconstrainedSuffixes" overconstrainedSuffixes
238238
testSpecFail "appendForAllBad" appendForAllBad
239+
testSpecFail "manyInconsistent" manyInconsistent
240+
testSpecFail "manyInconsistentTrans" manyInconsistentTrans
239241

240242
testSpecFail :: HasSpec a => String -> Specification a -> Spec
241243
testSpecFail s spec =

0 commit comments

Comments
 (0)