diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-02-14 13:35:30 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-14 13:35:30 +0000 |
commit | 046b6ff2f9376ea9c647de5116868c7e75118f16 (patch) | |
tree | 0f4ba4ceb1fe745b57fad429a540bf279f1bedaf | |
parent | c02f121352d5adf6ea76f4c782381bff5d16a89f (diff) | |
download | haskell-046b6ff2f9376ea9c647de5116868c7e75118f16.tar.gz |
fix T3064 bounds
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 556a03bc15..fee07dd528 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -177,9 +177,10 @@ test('T3064', compiler_stats_num_field('max_bytes_used', [(wordsize(32), 5511604, 20), # expected value: 2247016 (x86/Linux) (28/6/2011): - (wordsize(64), 9819288, 5)]), + (wordsize(64), 8687360, 5)]), # (amd64/Linux, intree) (28/06/2011): 4032024 # (amd64/Linux, intree) (07/02/2013): 9819288 + # (amd64/Linux) (14/02/2013): 8687360 only_ways(['normal']) ], compile, |