diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-12 17:06:08 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-12 17:06:08 +0100 |
commit | ac2e1e57ac0755af0d296c072584d27e4e29f9b1 (patch) | |
tree | d70ba950184c594d98f939efe1a715d81c0b6fce /testsuite/tests | |
parent | 351de169e14ad9277aaca653df4a3753c151f7bb (diff) | |
download | haskell-ac2e1e57ac0755af0d296c072584d27e4e29f9b1.tar.gz |
T10678: Fix bytes allocated statistic
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/primops/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T index b0001d6d32..2003fc350f 100644 --- a/testsuite/tests/primops/should_run/all.T +++ b/testsuite/tests/primops/should_run/all.T @@ -5,7 +5,7 @@ test('T9430', omit_ways(['ghci']), compile_and_run, ['']) test('T10481', exit_code(1), compile_and_run, ['']) test('T10678', [stats_num_field('bytes allocated', - [(wordsize(64), 88041768, 5) + [(wordsize(64), 64004171, 5) # 2015-11-04: 88041768 +/- 5% (before runRW#) # 2015-11-04: 64004171 (after runRW#) ]), |