You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/hls-eval-plugin/test/Main.hs
+2-2
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ tests =
84
84
, goldenWithEval' "Shows a kind with :kind""T12""hs" (if ghcVersion ==GHC92then"ghc92.expected"else"expected")
85
85
, goldenWithEval' "Reports an error for an incorrect type with :kind""T13""hs" (if ghcVersion ==GHC92then"ghc92.expected"else"expected")
86
86
, goldenWithEval "Returns a fully-instantiated type for :type""T14""hs"
87
-
, knownBrokenForGhcVersions [GHC92]"type +v does not work anymore with 9.2"$ goldenWithEval "Returns an uninstantiated type for :type +v, admitting multiple whitespaces around arguments""T15""hs"
87
+
, knownBrokenForGhcVersions (==GHC92)"type +v does not work anymore with 9.2"$ goldenWithEval "Returns an uninstantiated type for :type +v, admitting multiple whitespaces around arguments""T15""hs"
88
88
, goldenWithEval "Returns defaulted type for :type +d, admitting multiple whitespaces around arguments""T16""hs"
89
89
, goldenWithEval' ":type reports an error when given with unknown +x option""T17""hs" (if ghcVersion ==GHC92then"ghc92.expected"else"expected")
90
90
, goldenWithEval "Reports an error when given with unknown command""T18""hs"
@@ -143,7 +143,7 @@ tests =
143
143
[ knownBrokenInEnv [HostOSWindows, GhcVerGHC86]
144
144
"CPP eval on Windows and/or GHC <= 8.6 fails for some reasons"$
0 commit comments