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 6482215 commit 92f776dCopy full SHA for 92f776d
plugins/hls-hlint-plugin/test/Main.hs
@@ -173,7 +173,7 @@ suggestionsTests =
173
expectNoMoreDiagnostics 3 doc "hlint"
174
, knownBrokenForHlintOnRawGhc "[#2280] maybe hlint is ignoring pragmas" $
175
testCase "hlint should not warn about redundant irrefutable pattern with LANGUAGE Strict" $ runHlintSession "" $ do
176
- doc <- openDoc "StrictDo.hs" "haskell"
+ doc <- openDoc "StrictData.hs" "haskell"
177
178
waitForAllProgressDone
179
0 commit comments