[commit: testsuite] master: Add missing paren (ea58ea5)

Simon Peyton Jones simonpj at microsoft.com
Mon Jan 21 10:58:38 CET 2013


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

On branch  : master

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

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

commit ea58ea55f3cdc5682be6e25743f4858b6506a562
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Jan 21 09:58:13 2013 +0000

    Add missing paren

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

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

diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index cdb8852..d7fe600 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -227,7 +227,7 @@ test('T5536',
                                              1250000000)),
                            # expected value: 1246287228 (i386/Linux)
       if_wordsize(64,
-          stats_range_field('bytes allocated', 892399040, 5),
+          stats_range_field('bytes allocated', 892399040, 5)),
                            # expected value: 2,492,589,480 (amd64/Linux)
                            # 17/1/13:          892,399,040 (x86_64/Linux)
                            #                   (new demand analyser)





More information about the ghc-commits mailing list