summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run/T15840a.stdout
diff options
context:
space:
mode:
authorArnaud Spiwack <arnaud.spiwack@tweag.io>2018-11-15 17:14:31 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-19 06:14:04 -0500
commitb78cc64e923716ac0512c299f42d4d0012306c05 (patch)
tree5113626a6e3389c06a5dd737db5e4c351b6e0425 /testsuite/tests/simplCore/should_run/T15840a.stdout
parent9049bfb1773cf114fd4e2d2d6daed46af2b73093 (diff)
downloadhaskell-b78cc64e923716ac0512c299f42d4d0012306c05.tar.gz
Make constructor wrappers inline only during the final phase
For case-of-known constructor to continue triggering early, exprIsConApp_maybe is now capable of looking through lets and cases. See #15840
Diffstat (limited to 'testsuite/tests/simplCore/should_run/T15840a.stdout')
-rw-r--r--testsuite/tests/simplCore/should_run/T15840a.stdout1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_run/T15840a.stdout b/testsuite/tests/simplCore/should_run/T15840a.stdout
new file mode 100644
index 0000000000..54601ba9d1
--- /dev/null
+++ b/testsuite/tests/simplCore/should_run/T15840a.stdout
@@ -0,0 +1 @@
+Case-of-known-constructor triggered (good!)