mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
update test for slightly different variable names under ghc8
This commit is contained in:
parent
de595bdb7e
commit
b0ae7ce501
@ -159,6 +159,6 @@ testEval =
|
||||
"putStrLn \"Привет!\"" `becomes` ["Привет!"]
|
||||
|
||||
it "evaluates directives" $ do
|
||||
":typ 3" `becomes` ["3 :: forall a. Num a => a"]
|
||||
":typ 3" `becomes` ["3 :: forall t. Num t => t"]
|
||||
":k Maybe" `becomes` ["Maybe :: * -> *"]
|
||||
":in String" `pages` ["type String = [Char] \t-- Defined in \8216GHC.Base\8217"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user