diff options
Diffstat (limited to 'testsuite/tests/stranal/should_compile/all.T')
| -rw-r--r-- | testsuite/tests/stranal/should_compile/all.T | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T index 0355def88e..4dbe61a300 100644 --- a/testsuite/tests/stranal/should_compile/all.T +++ b/testsuite/tests/stranal/should_compile/all.T @@ -42,6 +42,9 @@ test('T13031', normal, makefile_test, []) test('T13077', normal, compile, ['']) test('T13077a', normal, compile, ['']) +# T13143: WW for NOINLINE function f +test('T13143', [ grep_errmsg(r'^T13143\.\$wf') ], compile, ['-ddump-simpl']) + # T15627 # Absent bindings of unlifted types should be WW'ed away. # The idea is to check that both $wmutVar and $warray |
