We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5612e6a commit 6a2849aCopy full SHA for 6a2849a
test/Constrained/Tests.hs
@@ -236,6 +236,8 @@ negativeTests =
236
testSpecFail "overconstrainedPrefixes" overconstrainedPrefixes
237
testSpecFail "overconstrainedSuffixes" overconstrainedSuffixes
238
testSpecFail "appendForAllBad" appendForAllBad
239
+ testSpecFail "manyInconsistent" manyInconsistent
240
+ testSpecFail "manyInconsistentTrans" manyInconsistentTrans
241
242
testSpecFail :: HasSpec a => String -> Specification a -> Spec
243
testSpecFail s spec =
0 commit comments