Skip to content

Commit 199c13f

Browse files
committed
Reactivate a test that was failing for old GHC versions
1 parent 98210a4 commit 199c13f

File tree

1 file changed

+1
-3
lines changed
  • plugins/hls-eval-plugin/test

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ tests =
142142
, goldenWithEval "Can handle eval inside nested comment properly" "TNested" "hs"
143143
, goldenWithEval "Test on last line insert results correctly" "TLastLine" "hs"
144144
, 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"
145+
[ goldenWithEval "CPP support" "TCPP" "hs"
148146
, goldenWithEval "Literate Haskell Bird Style" "TLHS" "lhs"
149147
]
150148
, goldenWithEval "Works with NoImplicitPrelude" "TNoImplicitPrelude" "hs"

0 commit comments

Comments
 (0)