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 199c13fCopy full SHA for 199c13f
plugins/hls-eval-plugin/test/Main.hs
@@ -142,9 +142,7 @@ tests =
142
, goldenWithEval "Can handle eval inside nested comment properly" "TNested" "hs"
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" $
147
- goldenWithEval "CPP support" "TCPP" "hs"
+ [ goldenWithEval "CPP support" "TCPP" "hs"
148
, goldenWithEval "Literate Haskell Bird Style" "TLHS" "lhs"
149
]
150
, goldenWithEval "Works with NoImplicitPrelude" "TNoImplicitPrelude" "hs"
0 commit comments