summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-10 21:18:16 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-01 06:33:37 -0400
commit2b89ca5b850b4097447cc4908cbb0631011ce979 (patch)
treed3a2c4db5a248e5f844added5254354b08e8eff6 /testsuite/tests/deSugar
parent9a99a1787da1dda15c6da7509ab678f4131c7d68 (diff)
downloadhaskell-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/tests/deSugar')
-rw-r--r--testsuite/tests/deSugar/should_run/all.T2
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, [''])