Skip to content

Commit

Permalink
correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira authored Nov 4, 2021
1 parent 6482215 commit 92f776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ suggestionsTests =
expectNoMoreDiagnostics 3 doc "hlint"
, knownBrokenForHlintOnRawGhc "[#2280] maybe hlint is ignoring pragmas" $
testCase "hlint should not warn about redundant irrefutable pattern with LANGUAGE Strict" $ runHlintSession "" $ do
doc <- openDoc "StrictDo.hs" "haskell"
doc <- openDoc "StrictData.hs" "haskell"

waitForAllProgressDone

Expand Down

0 comments on commit 92f776d

Please sign in to comment.