[commit: testsuite] master: Output of T7861 has changed (a2b2f4b)
git at git.haskell.org
git at git.haskell.org
Thu Nov 28 11:50:17 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a2b2f4b6f86a0fb583d8d8acd0a8ea1661d46f93/testsuite
>---------------------------------------------------------------
commit a2b2f4b6f86a0fb583d8d8acd0a8ea1661d46f93
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Nov 28 11:50:40 2013 +0000
Output of T7861 has changed
>---------------------------------------------------------------
a2b2f4b6f86a0fb583d8d8acd0a8ea1661d46f93
tests/typecheck/should_run/T7861.stderr | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/typecheck/should_run/T7861.stderr b/tests/typecheck/should_run/T7861.stderr
index e44666d..4f2b623 100644
--- a/tests/typecheck/should_run/T7861.stderr
+++ b/tests/typecheck/should_run/T7861.stderr
@@ -1,9 +1,9 @@
T7861: T7861.hs:11:5:
- Couldn't match type ‛a’ with ‛[a0]’
+ Couldn't match type ‛a’ with ‛[a]’
‛a’ is a rigid type variable bound by
the type signature for f :: A a -> a at T7861.hs:10:6
Expected type: A a -> a
- Actual type: A a0 -> [a0]
+ Actual type: A a -> [a]
Relevant bindings include f :: A a -> a (bound at T7861.hs:11:1)
In the expression: doA
In an equation for ‛f’: f = doA
More information about the ghc-commits
mailing list