[commit: ghc] master: Fix test output. (e68e8ca)

git at git.haskell.org git at git.haskell.org
Thu Apr 16 19:40:47 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e68e8ca1371ae8ba3880e15b921a8413fdfdb84c/ghc

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

commit e68e8ca1371ae8ba3880e15b921a8413fdfdb84c
Author: Iavor S. Diatchki <diatchki at galois.com>
Date:   Thu Apr 16 12:41:16 2015 -0700

    Fix test output.


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

e68e8ca1371ae8ba3880e15b921a8413fdfdb84c
 testsuite/tests/typecheck/should_fail/T9858a.stderr | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_fail/T9858a.stderr b/testsuite/tests/typecheck/should_fail/T9858a.stderr
index 72b72e9..2f815b1 100644
--- a/testsuite/tests/typecheck/should_fail/T9858a.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9858a.stderr
@@ -1,6 +1,8 @@
 
 T9858a.hs:28:18: error:
-    No instance for (Typeable (() :: Constraint))
+    No instance for (Typeable
+                       (((() :: Constraint), (() :: Constraint)) => ()))
+      (maybe you haven't applied a function to enough arguments?)
       arising from a use of ‘cast’
     In the expression: cast e
     In the expression: case cast e of { Just e' -> ecast e' }



More information about the ghc-commits mailing list