Skip to content

Commit 111c040

Browse files
committed
More eval plugin
1 parent 7f7f363 commit 111c040

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,11 @@ tests =
141141
, goldenWithEval "The default language extensions for the eval plugin are the same as those for ghci" "TSameDefaultLanguageExtensionsAsGhci" "hs"
142142
, goldenWithEval "IO expressions are supported, stdout/stderr output is ignored" "TIO" "hs"
143143
, goldenWithEvalAndFs "Property checking" cabalProjectFS "TProperty" "hs"
144-
, goldenWithEvalAndFs' "Property checking with exception" cabalProjectFS "TPropertyError" "hs" (
144+
, knownBrokenInEnv [HostOS Windows] "The output has path separators in it, which on Windows look different. Just skip it there" $ goldenWithEvalAndFs' "Property checking with exception" cabalProjectFS "TPropertyError" "hs" (
145145
if ghcVersion >= GHC98 then
146146
"ghc98.expected"
147147
else if ghcVersion >= GHC96 then
148148
"ghc96.expected"
149-
else if ghcVersion >= GHC94 && hostOS == Windows then
150-
"windows-ghc94.expected"
151149
else if ghcVersion >= GHC94 then
152150
"ghc94.expected"
153151
else

plugins/hls-eval-plugin/test/testdata/TPropertyError.windows-ghc94.expected.hs

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)