Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b0a8b2f1ebeb0bc21d72f8a69390aae78ad38550 >--------------------------------------------------------------- commit b0a8b2f1ebeb0bc21d72f8a69390aae78ad38550 Author: Simon Marlow <[email protected]> Date: Mon Nov 21 14:43:53 2011 +0000 accept output >--------------------------------------------------------------- tests/ghc-api/apirecomp001/apirecomp001.stderr | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-api/apirecomp001/apirecomp001.stderr b/tests/ghc-api/apirecomp001/apirecomp001.stderr index 03de431..b8430d0 100644 --- a/tests/ghc-api/apirecomp001/apirecomp001.stderr +++ b/tests/ghc-api/apirecomp001/apirecomp001.stderr @@ -7,7 +7,7 @@ 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 - (Num a0) arising from the literal `2' at B.hs:5:19 + (Num a0) arising from the literal `1' at B.hs:5:13 In the first argument of `length', namely `[1 .. 23 * 2]' In the first argument of `(-)', namely `length [1 .. 23 * 2]' In the expression: length [1 .. 23 * 2] - 4 @@ -23,7 +23,7 @@ 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 - (Num a0) arising from the literal `2' at B.hs:5:19 + (Num a0) arising from the literal `1' at B.hs:5:13 In the first argument of `length', namely `[1 .. 23 * 2]' In the first argument of `(-)', namely `length [1 .. 23 * 2]' In the expression: length [1 .. 23 * 2] - 4 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
