diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci055.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci055.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci055.stdout b/testsuite/tests/ghci/scripts/ghci055.stdout index f98845ccbe..c40e0d073e 100644 --- a/testsuite/tests/ghci/scripts/ghci055.stdout +++ b/testsuite/tests/ghci/scripts/ghci055.stdout @@ -3,4 +3,4 @@ CallStack (from HasCallStack): error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err undefined, called at <interactive>:1:5 in interactive:Ghci1 x :: a = _ -y :: Integer = 3 +y :: Int = 3 |