diff options
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 8b8547eae9..1bf0143e03 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -382,7 +382,8 @@ test('T9203', test('T9339', [stats_num_field('bytes allocated', - [ (wordsize(64), 80050760, 5) ]), + [ (wordsize(32), 40046844, 5) + , (wordsize(64), 80050760, 5) ]), # w/o fusing last: 320005080 # 2014-07-22: 80050760 only_ways(['normal'])], |