Skip to content

Commit f47f1b4

Browse files
committed
fix hlint test
1 parent 5b7ddee commit f47f1b4

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-hlint-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-hlint-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ disableHlint = sendConfigurationChanged $ toJSON $ def { Plugin.plugins = Map.fr
371371
-- Although a given hlint version supports one direct ghc, we could use several versions of hlint
372372
-- each one supporting a different ghc version. It should be a temporary situation though.
373373
knownBrokenForHlintOnGhcLib :: String -> TestTree -> TestTree
374-
knownBrokenForHlintOnGhcLib = knownBrokenForGhcVersions [GHC86, GHC88, GHC90, GHC92]
374+
knownBrokenForHlintOnGhcLib = expectFailBecause
375375

376376
-- 1's based
377377
data Point = Point {

0 commit comments

Comments
 (0)