From b4cfa8e235715d8c73b2ba0ba05ed8ef92629218 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Tue, 22 Nov 2022 19:07:27 +0100 Subject: 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. --- testsuite/tests/stranal/should_run/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/tests/stranal/should_run/all.T') 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, ['']) -- cgit v1.2.1