[commit: ghc] master: Fix test output (ea579d9)

git at git.haskell.org git at git.haskell.org
Thu Apr 16 19:44:31 UTC 2015


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

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

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

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

    Fix test output


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

ea579d9e4ae91bda93f692e110de0a97b9dda6f7
 testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
index 85b988a..84e0862 100644
--- a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
+++ b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
@@ -1,12 +1,12 @@
 
-TcStaticPointersFail02.hs:9:6:
+TcStaticPointersFail02.hs:9:6: error:
     No instance for (Typeable b) arising from a static form
     In the expression: static (undefined :: (forall a. a -> a) -> b)
     In an equation for ‘f1’:
         f1 = static (undefined :: (forall a. a -> a) -> b)
 
-TcStaticPointersFail02.hs:12:6:
-    No instance for (Typeable m)
+TcStaticPointersFail02.hs:12:6: error:
+    No instance for (Typeable (Monad m => a -> m a))
       (maybe you haven't applied a function to enough arguments?)
       arising from a static form
     In the expression: static return



More information about the ghc-commits mailing list