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 98210a4 commit 6d59fcdCopy full SHA for 6d59fcd
plugins/hls-eval-plugin/test/Main.hs
@@ -143,7 +143,7 @@ tests =
143
, goldenWithEval "Test on last line insert results correctly" "TLastLine" "hs"
144
, testGroup "with preprocessors"
145
[ knownBrokenInEnv [HostOS Windows]
146
- "CPP eval on Windows and/or GHC <= 8.6 fails for some reasons" $
+ "CPP eval on Windows fails for some reasons" $
147
goldenWithEval "CPP support" "TCPP" "hs"
148
, goldenWithEval "Literate Haskell Bird Style" "TLHS" "lhs"
149
]
0 commit comments