Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
https://github.com/ghc/testsuite/commit/a7b1a57bfa0b86a6fdf1d4764abf06b9f3f8f85b >--------------------------------------------------------------- commit a7b1a57bfa0b86a6fdf1d4764abf06b9f3f8f85b Author: Simon Peyton Jones <[email protected]> Date: Wed May 15 10:21:44 2013 +0100 Wibbles to error messages >--------------------------------------------------------------- tests/ghci/scripts/ghci055.stdout | 2 +- tests/typecheck/should_compile/tc243.stderr | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/ghci/scripts/ghci055.stdout b/tests/ghci/scripts/ghci055.stdout index 7b75a67..1bac2ab 100644 --- a/tests/ghci/scripts/ghci055.stdout +++ b/tests/ghci/scripts/ghci055.stdout @@ -1,3 +1,3 @@ *** Exception: Prelude.undefined -x :: a = *** Exception: Prelude.undefined +x :: t = *** Exception: Prelude.undefined y :: Integer = 3 diff --git a/tests/typecheck/should_compile/tc243.stderr b/tests/typecheck/should_compile/tc243.stderr index 10fcab9..31cc3c9 100644 --- a/tests/typecheck/should_compile/tc243.stderr +++ b/tests/typecheck/should_compile/tc243.stderr @@ -1,4 +1,3 @@ -tc243.hs:10:1: - Warning: Top-level binding with no type signature: - (.+.) :: forall a. a +tc243.hs:10:1: Warning: + Top-level binding with no type signature: (.+.) :: forall t. t _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
