From ea579d9e4ae91bda93f692e110de0a97b9dda6f7 Mon Sep 17 00:00:00 2001 From: "Iavor S. Diatchki" Date: Thu, 16 Apr 2015 12:45:01 -0700 Subject: Fix test output --- testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/tests') diff --git a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr index 85b988a653..84e0862056 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 -- cgit v1.2.1