From 801a3d2fc7c7c89d368a81907a2462d35fd1cc61 Mon Sep 17 00:00:00 2001
From: Austin Seipp <austin@well-typed.com>
Date: Wed, 22 Jan 2014 22:27:12 -0600
Subject: [PATCH] One more fix (T3064)

Signed-off-by: Austin Seipp <austin@well-typed.com>
---
 testsuite/tests/perf/compiler/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index e0b1646de66f..498fc5f75190 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -207,10 +207,10 @@ test('T4801',
 test('T3064',
      [# expect_broken( 3064 ),
       compiler_stats_num_field('peak_megabytes_allocated',# Note [residency]
-          [(wordsize(32), 18, 20),
+          [(wordsize(32), 23, 20),
             # expected value: 14 (x86/Linux 28-06-2012):
             # 2013-11-13:     18 (x86/Windows, 64bit machine)
-
+            # 2014-01-22:     23 (x86/Linux)
            (wordsize(64), 37, 20)]),
             # (amd64/Linux):            18
             # (amd64/Linux) 2012-02-07: 26
-- 
GitLab