summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_compile/all.T
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2022-11-04 14:08:41 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-10 21:16:01 -0500
commitdac0682aa57db284f858a57393ee6f32c5314562 (patch)
treeaa6fa4ef2f7731ac9b671cd964e7b733886d3473 /testsuite/tests/stranal/should_compile/all.T
parent399e921b05493d79f04e77806c1562806f118d4a (diff)
downloadhaskell-dac0682aa57db284f858a57393ee6f32c5314562.tar.gz
WorkWrap: Unboxing unboxed tuples is not always useful (#22388)
See Note [Unboxing through unboxed tuples]. Fixes #22388.
Diffstat (limited to 'testsuite/tests/stranal/should_compile/all.T')
-rw-r--r--testsuite/tests/stranal/should_compile/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T
index 6dd65a9fcb..c5f142567f 100644
--- a/testsuite/tests/stranal/should_compile/all.T
+++ b/testsuite/tests/stranal/should_compile/all.T
@@ -86,3 +86,5 @@ test('T21128', [ grep_errmsg(r'let { y = I\#') ], multimod_compile, ['T21128', '
test('T21265', normal, compile, [''])
test('EtaExpansion', normal, compile, [''])
test('T22039', normal, compile, [''])
+# T22388: Should see $winteresting but not $wboring
+test('T22388', [ grep_errmsg(r'^\S+\$w\S+') ], compile, ['-dsuppress-uniques -ddump-simpl'])