Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-new-co
http://hackage.haskell.org/trac/ghc/changeset/39d470f1c2bc5ee1ded772d39cab2abf5e0cf6b4 >--------------------------------------------------------------- commit 39d470f1c2bc5ee1ded772d39cab2abf5e0cf6b4 Author: Simon Peyton Jones <[email protected]> Date: Fri May 6 18:09:27 2011 +0100 One more error message >--------------------------------------------------------------- tests/ghc-regress/ghci/scripts/2976.stdout | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-regress/ghci/scripts/2976.stdout b/tests/ghc-regress/ghci/scripts/2976.stdout index 62bf5cf..d927ad6 100644 --- a/tests/ghc-regress/ghci/scripts/2976.stdout +++ b/tests/ghc-regress/ghci/scripts/2976.stdout @@ -2,5 +2,5 @@ test :: Integer = _ test = 0 test :: Integer = 0 test :: [Char] = _ -test = ['t','e','s','t'] -test :: [Char] = ['t','e','s','t'] +test = "test" +test :: [Char] = "test" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
