Skip to content

Commit 6db91f3

Browse files
committed
Remove knownBroken for ghc < 8.10
1 parent 899230d commit 6db91f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ hlintTests = testGroup "hlint suggestions" [
127127
doc <- openDoc "ApplyRefact2.hs" "haskell"
128128
testHlintDiagnostics doc
129129

130-
, knownBrokenForGhcVersions [GHC88, GHC86] "apply-refact doesn't take in account the -X argument" $
131-
testCase "apply-refact works with LambdaCase via ghc -XLambdaCase argument (#590)" $ runHlintSession "lambdacase" $ do
130+
, testCase "apply-refact works with LambdaCase via ghc -XLambdaCase argument (#590)" $ runHlintSession "lambdacase" $ do
132131
testRefactor "ApplyRefact1.hs" "Redundant bracket"
133132
expectedLambdaCase
134133

0 commit comments

Comments
 (0)