diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-14 21:41:40 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-14 21:41:40 +0100 |
commit | 10d09ea83ef2e9347a65c68fa724a2ce037cb575 (patch) | |
tree | f8b87bf474d8d26d5dac185edde9f6c75d9dc9fb /testsuite/tests | |
parent | db53da38363588f4ab929d5bb00605b2c455d247 (diff) | |
download | haskell-10d09ea83ef2e9347a65c68fa724a2ce037cb575.tar.gz |
T3064 sometimes uses a little less memory
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghc-regress/perf/compiler/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/perf/compiler/all.T b/testsuite/tests/ghc-regress/perf/compiler/all.T index 7b77b0e2d5..b009d276c8 100644 --- a/testsuite/tests/ghc-regress/perf/compiler/all.T +++ b/testsuite/tests/ghc-regress/perf/compiler/all.T @@ -110,7 +110,7 @@ test('T3064', compiler_stats_num_field('peak_megabytes_allocated', 8, 11)), # expected value: 18 (amd64/Linux): if_wordsize(64, - compiler_stats_num_field('peak_megabytes_allocated', 12, 16)), + compiler_stats_num_field('peak_megabytes_allocated', 11, 16)), # expected value: 56380288 (x86/Linux) (28/6/2011) if_wordsize(32, compiler_stats_num_field('bytes allocated', 50000000, |