From 40a0c0095e06b0c445bdd2332f52ac2b86e59a2e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 13 Mar 2017 17:03:42 -0400 Subject: testsuite: Fix peak_megabytes_allocated for T4029 It seems I must have dropped the update of the expected value during a conflict resolution. --- testsuite/tests/perf/space_leaks/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1