diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/all.T')
-rw-r--r-- | testsuite/tests/rename/should_compile/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index 4ec6ea5f17..d0d2487621 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -196,3 +196,7 @@ test('T7085', normal, compile, ['']) test('T7145a', normal, compile, ['-Wall -Werror']) test('T7145b', normal, compile, ['-Wall']) test('T6038', normal, compile, ['']) +test('dodgy', + [ extra_clean(['DodgyA.hi', 'DodgyA.o']) ], + multimod_compile, + ['dodgy', '-v0']) |