summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-12 17:06:08 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-12 17:06:08 +0100
commitac2e1e57ac0755af0d296c072584d27e4e29f9b1 (patch)
treed70ba950184c594d98f939efe1a715d81c0b6fce /testsuite/tests/primops
parent351de169e14ad9277aaca653df4a3753c151f7bb (diff)
downloadhaskell-ac2e1e57ac0755af0d296c072584d27e4e29f9b1.tar.gz
T10678: Fix bytes allocated statistic
Diffstat (limited to 'testsuite/tests/primops')
-rw-r--r--testsuite/tests/primops/should_run/all.T2
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#)
]),