Skip to content

Commit

Permalink
Update tests:tasty
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 18, 2023
1 parent 1ed2338 commit f661e7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tasty/ErrorFilterReportTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import Language.Haskell.Liquid.Types.PrettyPrint (Filter(..), filterReportErrors
import Data.Functor.Identity (Identity(..))

defArgs :: Monad m => FilterReportErrorsArgs m Filter String String Bool
defArgs = FilterReportErrorsArgs { msgReporter = const (pure ())
defArgs = FilterReportErrorsArgs { errorReporter = const (pure ())
, filterReporter = const (pure ())
, failure = pure False
, continue = pure True
, pprinter = pure
, matchingFilters = const []
, filters = [] }

Expand Down

0 comments on commit f661e7c

Please sign in to comment.