summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/all.T')
-rw-r--r--testsuite/tests/warnings/should_compile/all.T6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/all.T b/testsuite/tests/warnings/should_compile/all.T
index 7fa8caf584..bbf5d1cc85 100644
--- a/testsuite/tests/warnings/should_compile/all.T
+++ b/testsuite/tests/warnings/should_compile/all.T
@@ -4,3 +4,9 @@ test('T9178', extra_clean(['T9178.o', 'T9178DataType.o',
'T9178.hi', 'T9178DataType.hi']),
multimod_compile, ['T9178', '-Wall'])
test('T9230', normal, compile_without_flag('-fno-warn-tabs'), [''])
+
+test('DeprU',
+ extra_clean([
+ 'DeprM.o', 'DeprU.o',
+ 'DeprM.hi', 'DeprU.hi']),
+ multimod_compile, ['DeprU', '-Wall'])