summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-09-01 10:23:20 -0400
committerBen Gamari <ben@smart-cactus.org>2016-09-01 10:24:52 -0400
commit3fb8f48759cf6acf6b8af741fa8524e999dfc417 (patch)
tree83f0bdedc20212b36fe9046bbef608b53ca0f878 /testsuite
parentdad6a886802ec4e69104972428fabc75c79a634a (diff)
downloadhaskell-3fb8f48759cf6acf6b8af741fa8524e999dfc417.tar.gz
Revert "testsuite: Update bytes allocated of parsing001"
This reverts commit ca6d0eb0f7d28b0245abc2b0783141101e51945f. I'm really not sure what happened with the test build that lead me to believe that this was necessary. Mysterious.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0ecc7c21ea..3c8cbdabf9 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -428,9 +428,8 @@ test('T5631',
test('parsing001',
[compiler_stats_num_field('bytes allocated',
[(wordsize(32), 274000576, 10),
- (wordsize(64), 682266448, 5)]),
+ (wordsize(64), 587079016, 5)]),
# expected value: 587079016 (amd64/Linux)
- # 2016-08-31: 682266448 (amd64/Linux)
only_ways(['normal']),
],
compile_fail, [''])