diff options
author | David Feuer <david.feuer@gmail.com> | 2017-03-02 11:30:48 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-02 11:31:17 -0500 |
commit | fb06bee1c5a0b4d5dfd8e0381ea2a999ca47b84c (patch) | |
tree | d1f8927bfd1752cb8cf5a4b9605a266f1ad10efd /testsuite | |
parent | d4a6a7fe6d80c23c7e724981d2cfab08cf0fd64b (diff) | |
download | haskell-fb06bee1c5a0b4d5dfd8e0381ea2a999ca47b84c.tar.gz |
Bump bytes allocated for T12234
Reviewers: austin, bgamari
Subscribers: mpickering, thomie
Differential Revision: https://phabricator.haskell.org/D3258
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index b77481594c..6b89961c75 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -986,6 +986,7 @@ test('T12234', # 2017-02-05: 74374440 (Probably OccAnal fixes) # 2017-02-17: 86525344 (Type-indexed Typeable) # 2017-02-25: 80245640 (Early inline patch) + # 2017-03-01: 84750072 (Unclear. Possibly catch# signature change.) ]), ], compile, |