Skip to content

Commit 6d59fcd

Browse files
committed
Clarify documentation of expected test failure
1 parent 98210a4 commit 6d59fcd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ tests =
143143
, goldenWithEval "Test on last line insert results correctly" "TLastLine" "hs"
144144
, testGroup "with preprocessors"
145145
[ knownBrokenInEnv [HostOS Windows]
146-
"CPP eval on Windows and/or GHC <= 8.6 fails for some reasons" $
146+
"CPP eval on Windows fails for some reasons" $
147147
goldenWithEval "CPP support" "TCPP" "hs"
148148
, goldenWithEval "Literate Haskell Bird Style" "TLHS" "lhs"
149149
]

0 commit comments

Comments
 (0)