We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9655c6a commit f11c688Copy full SHA for f11c688
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