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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,7 @@ tests =
84
84
evalInFile "T8.hs""-- >>> 3 `div` 0""-- divide by zero"-- The default for marking exceptions is False
85
85
, goldenWithEval "Applies file LANGUAGE extensions""T9""hs"
86
86
, goldenWithEval "Evaluate a type with :kind!""T10""hs"
87
-
-- TODO: I do not understand why this is 'ghc94.expected'.
88
-
, goldenWithEval' "Reports an error for an incorrect type with :kind!""T11""hs""ghc94.expected"
87
+
, goldenWithEval "Reports an error for an incorrect type with :kind!""T11""hs"
89
88
, goldenWithEval "Shows a kind with :kind""T12""hs"
90
89
, goldenWithEval "Reports an error for an incorrect type with :kind""T13""hs"
91
90
, goldenWithEval' "Returns a fully-instantiated type for :type""T14""hs" (if ghcVersion >=GHC98then"ghc98.expected"else"expected") -- See https://gitlab.haskell.org/ghc/ghc/-/issues/24069
0 commit comments