Skip to content

Commit

Permalink
fix hlint test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 1, 2022
1 parent 5b7ddee commit f47f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ disableHlint = sendConfigurationChanged $ toJSON $ def { Plugin.plugins = Map.fr
-- Although a given hlint version supports one direct ghc, we could use several versions of hlint
-- each one supporting a different ghc version. It should be a temporary situation though.
knownBrokenForHlintOnGhcLib :: String -> TestTree -> TestTree
knownBrokenForHlintOnGhcLib = knownBrokenForGhcVersions [GHC86, GHC88, GHC90, GHC92]
knownBrokenForHlintOnGhcLib = expectFailBecause

-- 1's based
data Point = Point {
Expand Down

0 comments on commit f47f1b4

Please sign in to comment.