Cabal-1.24.0.0: tests/PackageTests/TestSuiteTests/LibV09/Lib.hs
module Lib where
import Distribution.TestSuite
nullt x = Test $ TestInstance
{ run = return $ Finished (Fail "no reason")
, name = "test " ++ show x
, tags = []
, options = []
, setOption = \_ _-> Left "No Options"
}