[commit: ghc] ghc-7.10: testsuite: fix T9858e fallout (670c39f)

git at git.haskell.org git at git.haskell.org
Tue Jun 9 02:48:45 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/670c39fb2a3268c790eafe6c2d1949531f8a1bb7/ghc

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

commit 670c39fb2a3268c790eafe6c2d1949531f8a1bb7
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jun 8 21:43:57 2015 -0500

    testsuite: fix T9858e fallout
    
    From 28943a8925427a5aafa7013e3ad47ff4511985da, in which I forgot about
    the 'error:' thing.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

670c39fb2a3268c790eafe6c2d1949531f8a1bb7
 testsuite/tests/typecheck/should_fail/T9858e.stderr | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_fail/T9858e.stderr b/testsuite/tests/typecheck/should_fail/T9858e.stderr
index 10d65b9..53ae2b9 100644
--- a/testsuite/tests/typecheck/should_fail/T9858e.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9858e.stderr
@@ -1,4 +1,5 @@
-T9858e.hs:9:8: error:
+
+T9858e.hs:9:8:
     Couldn't match type ‘Eq Int => Int’ with ‘a0 b0’
     Expected type: Proxy (a0 b0)
       Actual type: Proxy (Eq Int => Int)



More information about the ghc-commits mailing list