diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-04 15:09:50 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-04 16:04:12 -0500 |
commit | 31b3d0c7aa35860521cfe9232270871015d693de (patch) | |
tree | 566887a2bf57ad8ebb266b2eaeb4553d281b67fb | |
parent | 5e5f8c8e40d5f21daa4ebf78e5c0f55965540eb9 (diff) | |
download | haskell-31b3d0c7aa35860521cfe9232270871015d693de.tar.gz |
testsuite: Bump down allocations for T4029
Previously I only updated the comment in one case.
-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 5480680f3c..67283ecd2f 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -69,7 +69,7 @@ test('T4029', # 2017-03-03: 65 (amd64/Linux) Share Typeable KindReps or more # lazy interface file reading stats_num_field('max_bytes_used', - [(wordsize(64), 22016200, 5)]), + [(wordsize(64), 19172360, 5)]), # 2016-02-26: 24071720 (amd64/Linux) INITIAL # 2016-04-21: 25542832 (amd64/Linux) # 2016-05-23: 25247216 (amd64/Linux) Use -G1 |