diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-13 17:03:42 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-13 17:03:42 -0400 |
commit | 40a0c0095e06b0c445bdd2332f52ac2b86e59a2e (patch) | |
tree | 429990428e7800703f02998f464c5bcf1826efd2 /testsuite/tests/perf/space_leaks/all.T | |
parent | cf74b677e8a328785a95bd0a7b094daf25e6868a (diff) | |
download | haskell-40a0c0095e06b0c445bdd2332f52ac2b86e59a2e.tar.gz |
testsuite: Fix peak_megabytes_allocated for T4029
It seems I must have dropped the update of the expected value during a conflict
resolution.
Diffstat (limited to 'testsuite/tests/perf/space_leaks/all.T')
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index fa93d72171..d83b003f12 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -59,7 +59,7 @@ test('T4018', test('T4029', [stats_num_field('peak_megabytes_allocated', - [(wordsize(64), 76, 10)]), + [(wordsize(64), 65, 10)]), # 2016-02-26: 66 (amd64/Linux) INITIAL # 2016-05-23: 82 (amd64/Linux) Use -G1 # 2016-07-13: 92 (amd64/Linux) Changes to tidyType |