Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e4e9dc4065111fe9eed04980cfc9c98fd9d16e36

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

commit e4e9dc4065111fe9eed04980cfc9c98fd9d16e36
Author: Simon Peyton Jones <[email protected]>
Date:   Thu Nov 17 15:59:19 2011 +0000

    Missed zero in tests for T5030

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

 tests/perf/compiler/all.T |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index ca41486..0ae23c8 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -159,8 +159,8 @@ test('T5030',
                                                       550000000)),
       # expected value: 1255998208 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_num_field('bytes allocated', 90000000,
-                                                     110000000)),
+          compiler_stats_num_field('bytes allocated', 900000000,
+                                                     1100000000)),
        only_ways(['normal'])
       ],
      compile,



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to