[commit: testsuite] master: Wibble (1287aee)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jul 11 12:45:07 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1287aee6e4c4189dccc6400c1fe3c5a2223128bc
>---------------------------------------------------------------
commit 1287aee6e4c4189dccc6400c1fe3c5a2223128bc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jul 11 11:44:52 2012 +0100
Wibble
>---------------------------------------------------------------
tests/typecheck/should_fail/tcfail209a.stderr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/typecheck/should_fail/tcfail209a.stderr b/tests/typecheck/should_fail/tcfail209a.stderr
index a21103b..1b56c86 100644
--- a/tests/typecheck/should_fail/tcfail209a.stderr
+++ b/tests/typecheck/should_fail/tcfail209a.stderr
@@ -1,6 +1,6 @@
tcfail209a.hs:3:6:
- Illegal tuple constraint (Show a, Num a)
- (Use -XConstraintKinds to permit this)
+ Illegal tuple constraint: (Show a, Num a)
+ (Use -XConstraintKinds to permit this)
In the type signature for `g':
g :: ((Show a, Num a), Eq a) => a -> a
More information about the Cvs-ghc
mailing list