diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-05-10 21:18:16 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-01 06:33:37 -0400 |
commit | 2b89ca5b850b4097447cc4908cbb0631011ce979 (patch) | |
tree | d3a2c4db5a248e5f844added5254354b08e8eff6 /testsuite | |
parent | 9a99a1787da1dda15c6da7509ab678f4131c7d68 (diff) | |
download | haskell-2b89ca5b850b4097447cc4908cbb0631011ce979.tar.gz |
HsToCore: Eta expand left sections
Strangely, the comment next to this code already alluded to the fact
that even simply eta-expanding will sacrifice laziness. It's quite
unclear how we regressed so far.
See #18151.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/deSugar/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_run/all.T b/testsuite/tests/deSugar/should_run/all.T index 8d53568be9..214f088aea 100644 --- a/testsuite/tests/deSugar/should_run/all.T +++ b/testsuite/tests/deSugar/should_run/all.T @@ -64,4 +64,4 @@ test('T11601', exit_code(1), compile_and_run, ['']) test('T11747', normal, compile_and_run, ['-dcore-lint']) test('T12595', normal, compile_and_run, ['']) test('T13285', normal, compile_and_run, ['']) -test('T18151', expect_broken(18151), compile_and_run, ['']) +test('T18151', normal, compile_and_run, ['']) |