diff options
Diffstat (limited to 'testsuite/tests/stranal/should_compile/all.T')
-rw-r--r-- | testsuite/tests/stranal/should_compile/all.T | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T index 4421b24a6e..a2aa1d51a9 100644 --- a/testsuite/tests/stranal/should_compile/all.T +++ b/testsuite/tests/stranal/should_compile/all.T @@ -41,3 +41,9 @@ test('T13031', normal, run_command, test('T13077', normal, compile, ['']) test('T13077a', normal, compile, ['']) + +# T15627 +# Absent bindings of unlifted types should be WW'ed away. +# The idea is to check that both $wmutVar and $warray +# don't mention MutVar# and Array# anymore. +test('T15627', [ grep_errmsg(r'(wmutVar|warray).*Int#') ], compile, ['-dppr-cols=200 -ddump-simpl']) |