[commit: testsuite] master: Update apirecomp001 output (8c9b01c)

git at git.haskell.org git at git.haskell.org
Mon Dec 2 13:05:25 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8c9b01c5a94aa86df56bac3b1df826d8e928b453/testsuite

>---------------------------------------------------------------

commit 8c9b01c5a94aa86df56bac3b1df826d8e928b453
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Dec 2 13:04:55 2013 +0000

    Update apirecomp001 output


>---------------------------------------------------------------

8c9b01c5a94aa86df56bac3b1df826d8e928b453
 tests/ghc-api/apirecomp001/apirecomp001.stderr |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/ghc-api/apirecomp001/apirecomp001.stderr b/tests/ghc-api/apirecomp001/apirecomp001.stderr
index b7666b7..66f83c8 100644
--- a/tests/ghc-api/apirecomp001/apirecomp001.stderr
+++ b/tests/ghc-api/apirecomp001/apirecomp001.stderr
@@ -3,14 +3,14 @@ B.hs:4:1: Warning:
     Top-level binding with no type signature:
       answer_to_live_the_universe_and_everything :: Int
 
-B.hs:5:12: Warning:
+B.hs:5:13: Warning:
     Defaulting the following constraint(s) to type ‛Integer’
+      (Num a0) arising from the literal ‛1’ at B.hs:5:13
       (Enum a0)
         arising from the arithmetic sequence ‛1 .. 23 * 2’ at B.hs:5:12-20
-      (Num a0) arising from the literal ‛1’ at B.hs:5:13
+    In the expression: 1
     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
 
 A.hs:7:1: Warning:
     Top-level binding with no type signature: main :: IO ()
@@ -19,14 +19,14 @@ B.hs:4:1: Warning:
     Top-level binding with no type signature:
       answer_to_live_the_universe_and_everything :: Int
 
-B.hs:5:12: Warning:
+B.hs:5:13: Warning:
     Defaulting the following constraint(s) to type ‛Integer’
+      (Num a0) arising from the literal ‛1’ at B.hs:5:13
       (Enum a0)
         arising from the arithmetic sequence ‛1 .. 23 * 2’ at B.hs:5:12-20
-      (Num a0) arising from the literal ‛1’ at B.hs:5:13
+    In the expression: 1
     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
 
 A.hs:7:1: Warning:
     Top-level binding with no type signature: main :: IO ()



More information about the ghc-commits mailing list