summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_run/all.T
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2022-11-22 19:07:27 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-30 14:52:24 -0500
commitb4cfa8e235715d8c73b2ba0ba05ed8ef92629218 (patch)
treed0811af7f6f9e99ffc61015f4f53e1fbc295f9fb /testsuite/tests/stranal/should_run/all.T
parent10a2a7de64c52fcff07572bc0cd396393829a487 (diff)
downloadhaskell-b4cfa8e235715d8c73b2ba0ba05ed8ef92629218.tar.gz
DmdAnal: Reflect the `seq` of strict fields of a DataCon worker (#22475)
See the updated `Note [Data-con worker strictness]` and the new `Note [Demand transformer for data constructors]`. Fixes #22475.
Diffstat (limited to 'testsuite/tests/stranal/should_run/all.T')
-rw-r--r--testsuite/tests/stranal/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 5f7749b50e..a2b8e4cfc5 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -28,3 +28,5 @@ test('T14285', normal, multimod_compile_and_run, ['T14285', ''])
test('T17676', normal, compile_and_run, [''])
test('T19053', normal, compile_and_run, [''])
test('T21717b', normal, compile_and_run, [''])
+test('T22475', normal, compile_and_run, [''])
+test('T22475b', normal, compile_and_run, [''])