summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-03-08 21:42:22 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-03-08 21:42:36 +0300
commit98c7749cd360293bee96034056e260d70224cef6 (patch)
tree2c05171f8a2c15b9f0f4a55b024c06c79a2a2c83 /testsuite/tests/perf
parentd99a65a80cb671363fa41c826b95b9a89de60878 (diff)
downloadhaskell-98c7749cd360293bee96034056e260d70224cef6.tar.gz
Revert "GHCi: Don't remove shadowed bindings from typechecker scope."
This reverts commit 59d7ee53906b9cee7f279c1f9567af7b930f8636 and enables the test for #14052. (See #14052 for the discussion) Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter GHC Trac Issues: #14052 Differential Revision: https://phabricator.haskell.org/D4478
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r--testsuite/tests/perf/should_run/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 50ccac0467..d5261b88b2 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -553,7 +553,6 @@ test('T13623',
test('T14052',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 2785811496, 10) ]),
- expect_broken(14052)],
+ [ (wordsize(64), 2346183840, 10) ])],
ghci_script,
['T14052.script'])