Skip to content

Commit 1dc9949

Browse files
committed
Remove knownBroken for ghc < 8.10
1 parent 9e30310 commit 1dc9949

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
@@ -125,8 +125,7 @@ hlintTests = testGroup "hlint suggestions" [
125125
doc <- openDoc "ApplyRefact2.hs" "haskell"
126126
testHlintDiagnostics doc
127127

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

0 commit comments

Comments
 (0)