[commit: testsuite] master: Fix number literal syntax mistake (ba31360)

git at git.haskell.org git at git.haskell.org
Mon Dec 30 21:14:39 UTC 2013


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

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

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

commit ba31360e1f8a44bc8ca0ddde1cd08f341a27987b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Dec 30 22:14:19 2013 +0100

    Fix number literal syntax mistake
    
    introduced in c2e88b34cd3cb48d4bb203b6f0e7de1980e9c570.


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

ba31360e1f8a44bc8ca0ddde1cd08f341a27987b
 tests/perf/compiler/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index c58c601..a6daa10 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -50,7 +50,7 @@ test('T1969',
            (wordsize(32), 6149572, 1),
              #            6707308 (x86/OS X)
              # 2009-12-31 6149572 (x86/Linux)
-           (wordsize(64), 11,000,000, 20)]),
+           (wordsize(64), 11000000, 20)]),
                # looks like the peak is around ~10M, but we're
                # unlikely to GC exactly on the peak.
                # varies quite a lot with CLEANUP and BINDIST,



More information about the ghc-commits mailing list