[commit: testsuite] master: Error message wibble (fixes #5351) (f63bd3f)
Simon Peyton Jones
simonpj at microsoft.com
Fri Jul 29 14:12:44 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f63bd3fd7c7f8400287c475e396e8af748ff75ee
>---------------------------------------------------------------
commit f63bd3fd7c7f8400287c475e396e8af748ff75ee
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Jul 29 13:12:11 2011 +0100
Error message wibble (fixes #5351)
>---------------------------------------------------------------
tests/ghc-api/apirecomp001/apirecomp001.stderr | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/ghc-api/apirecomp001/apirecomp001.stderr b/tests/ghc-api/apirecomp001/apirecomp001.stderr
index dd8fa9e..03de431 100644
--- a/tests/ghc-api/apirecomp001/apirecomp001.stderr
+++ b/tests/ghc-api/apirecomp001/apirecomp001.stderr
@@ -5,8 +5,8 @@ B.hs:4:1:
B.hs:5:12:
Warning: Defaulting the following constraint(s) to type `Integer'
- (Enum a0) arising from the arithmetic sequence `1 .. 23 * 2'
- at B.hs:5:12-20
+ (Enum a0)
+ arising from the arithmetic sequence `1 .. 23 * 2' at B.hs:5:12-20
(Num a0) arising from the literal `2' at B.hs:5:19
In the first argument of `length', namely `[1 .. 23 * 2]'
In the first argument of `(-)', namely `length [1 .. 23 * 2]'
@@ -21,8 +21,8 @@ B.hs:4:1:
B.hs:5:12:
Warning: Defaulting the following constraint(s) to type `Integer'
- (Enum a0) arising from the arithmetic sequence `1 .. 23 * 2'
- at B.hs:5:12-20
+ (Enum a0)
+ arising from the arithmetic sequence `1 .. 23 * 2' at B.hs:5:12-20
(Num a0) arising from the literal `2' at B.hs:5:19
In the first argument of `length', namely `[1 .. 23 * 2]'
In the first argument of `(-)', namely `length [1 .. 23 * 2]'
More information about the Cvs-ghc
mailing list