Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7598acddb2da00e05e723b5b1c6bf49ec73f5b0c

>---------------------------------------------------------------

commit 7598acddb2da00e05e723b5b1c6bf49ec73f5b0c
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Wed Oct 31 16:15:10 2012 +0000

    Modify T5130 so that it passes
    
    Really it should always have failed!

>---------------------------------------------------------------

 tests/ghci/scripts/T5130.script |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghci/scripts/T5130.script b/tests/ghci/scripts/T5130.script
index ad86257..78a8190 100644
--- a/tests/ghci/scripts/T5130.script
+++ b/tests/ghci/scripts/T5130.script
@@ -1,3 +1,3 @@
 :set -XScopedTypeVariables
-let f = (\(x :: a, y :: a) -> [x, "hi"])
+let f = (\(x :: a, y :: a) -> [x, y])
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to