summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-09-01 17:26:47 -0500
committerAustin Seipp <austin@well-typed.com>2014-09-01 17:27:28 -0500
commit31f43e806beeac434b1330ba5a04746ae79275fc (patch)
tree12edabd441b8a6dc9c97a6d261d247559fba343e /testsuite/tests/callarity
parent4d4d07704ee78221607a18b8118294b0aea1bac4 (diff)
downloadhaskell-31f43e806beeac434b1330ba5a04746ae79275fc.tar.gz
Revert "Fix a couple test failures encountered when building on Windows"
This reverts commit 9711f78f790d10d914e08851544c6fc96f9a030a, as it's causing build phailures in phabricator.
Diffstat (limited to 'testsuite/tests/callarity')
-rw-r--r--testsuite/tests/callarity/perf/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/callarity/perf/all.T b/testsuite/tests/callarity/perf/all.T
index 40b9f01dca..1c7969474c 100644
--- a/testsuite/tests/callarity/perf/all.T
+++ b/testsuite/tests/callarity/perf/all.T
@@ -1,10 +1,9 @@
test('T3924',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 47080, 5),
+ [ (wordsize(64), 50760, 5),
# previously, without call-arity: 22326544
# 2014-01-18: 51480 (amd64/Linux)
# 2014-07-17: 50760 (amd64/Linux) (Roundabout adjustment)
- # 2014-09-01: 47080 (amd64/Windows)
(wordsize(32), 44988, 5) ]),
# 2014-04-04: 44988 (Windows, 64-bit machine)
only_ways(['normal'])