Skip to content

Commit 45aa39e

Browse files
committed
Remove not supported ghc-8.4
1 parent 533e162 commit 45aa39e

File tree

1 file changed

+2
-2
lines changed
  • plugins/hls-eval-plugin/test

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ tests =
126126
, goldenWithEval "Can handle eval inside nested comment properly" "TNested" "hs"
127127
, goldenWithEval "Test on last line insert results correctly" "TLastLine" "hs"
128128
, testGroup "with preprocessors"
129-
[ knownBrokenInEnv [HostOS Windows, GhcVer GHC84, GhcVer GHC86]
129+
[ knownBrokenInEnv [HostOS Windows, GhcVer GHC86]
130130
"CPP eval on Windows and/or GHC <= 8.6 fails for some reasons" $
131131
goldenWithEval "CPP support" "TCPP" "hs"
132-
, knownBrokenForGhcVersions [GHC84, GHC86]
132+
, knownBrokenForGhcVersions [GHC86]
133133
"Preprocessor known to fail on GHC <= 8.6" $
134134
goldenWithEval "Literate Haskell Bird Style" "TLHS" "lhs"
135135
-- , goldenWithEval "Literate Haskell LaTeX Style" "TLHSLateX" "lhs"

0 commit comments

Comments
 (0)