File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/hls-eval-plugin/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments