We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7ddee commit f47f1b4Copy full SHA for f47f1b4
plugins/hls-hlint-plugin/test/Main.hs
@@ -371,7 +371,7 @@ disableHlint = sendConfigurationChanged $ toJSON $ def { Plugin.plugins = Map.fr
371
-- Although a given hlint version supports one direct ghc, we could use several versions of hlint
372
-- each one supporting a different ghc version. It should be a temporary situation though.
373
knownBrokenForHlintOnGhcLib :: String -> TestTree -> TestTree
374
-knownBrokenForHlintOnGhcLib = knownBrokenForGhcVersions [GHC86, GHC88, GHC90, GHC92]
+knownBrokenForHlintOnGhcLib = expectFailBecause
375
376
-- 1's based
377
data Point = Point {
0 commit comments