Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More eval plugin
  • Loading branch information
michaelpj committed Jan 31, 2024
commit 111c040ddc346be17b49f9fe7e93f8e73261b347
4 changes: 1 addition & 3 deletions plugins/hls-eval-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,11 @@ tests =
, goldenWithEval "The default language extensions for the eval plugin are the same as those for ghci" "TSameDefaultLanguageExtensionsAsGhci" "hs"
, goldenWithEval "IO expressions are supported, stdout/stderr output is ignored" "TIO" "hs"
, goldenWithEvalAndFs "Property checking" cabalProjectFS "TProperty" "hs"
, goldenWithEvalAndFs' "Property checking with exception" cabalProjectFS "TPropertyError" "hs" (
, 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" (
if ghcVersion >= GHC98 then
"ghc98.expected"
else if ghcVersion >= GHC96 then
"ghc96.expected"
else if ghcVersion >= GHC94 && hostOS == Windows then
"windows-ghc94.expected"
else if ghcVersion >= GHC94 then
"ghc94.expected"
else
Expand Down

This file was deleted.