summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorIavor S. Diatchki <diatchki@galois.com>2015-04-16 12:45:01 -0700
committerIavor S. Diatchki <diatchki@galois.com>2015-04-16 12:45:01 -0700
commitea579d9e4ae91bda93f692e110de0a97b9dda6f7 (patch)
treeddd8c356f2d03139459e17a3ace802f5f8d18233 /testsuite/tests
parente68e8ca1371ae8ba3880e15b921a8413fdfdb84c (diff)
downloadhaskell-ea579d9e4ae91bda93f692e110de0a97b9dda6f7.tar.gz
Fix test output
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr6
1 files changed, 3 insertions, 3 deletions
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