File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ import Constrained.FunctionSymbol
9999import Constrained.GenT
100100import Constrained.Generic
101101import Constrained.List hiding (toList )
102- import Constrained.PrettyUtils
103102import Constrained.TypeErrors
104103import Control.Monad.Writer (
105104 Writer ,
Original file line number Diff line number Diff 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
240242testSpecFail :: HasSpec a => String -> Specification a -> Spec
241243testSpecFail s spec =
You can’t perform that action at this time.
0 commit comments