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.T10
1 files changed, 2 insertions, 8 deletions
diff --git a/testsuite/tests/warnings/should_compile/all.T b/testsuite/tests/warnings/should_compile/all.T
index f7f0194011..aa03b4228c 100644
--- a/testsuite/tests/warnings/should_compile/all.T
+++ b/testsuite/tests/warnings/should_compile/all.T
@@ -1,8 +1,6 @@
# -fwarn-missing-exported-signatures should take precedence over -fwarn-missing-signatures
test('T2526', normal, compile, ['-fwarn-missing-signatures -fwarn-missing-exported-signatures'])
-test('T9178', extra_clean(['T9178.o', 'T9178DataType.o',
- 'T9178.hi', 'T9178DataType.hi']),
- multimod_compile, ['T9178', '-Wall'])
+test('T9178', [], multimod_compile, ['T9178', '-Wall'])
# T9230.hs contains a tab charater. Test that -Wtabs is enabled by default.
test('T9230', normal, compile, [''])
@@ -16,11 +14,7 @@ test('PluralS', normal, compile, [''])
# T12574 Test that suggest current flag over deprecated
test('T12574',normal, compile, ['-fwarn-missing-local-signatures'])
-test('DeprU',
- extra_clean([
- 'DeprM.o', 'DeprU.o',
- 'DeprM.hi', 'DeprU.hi']),
- multimod_compile, ['DeprU', '-Wall'])
+test('DeprU', [], multimod_compile, ['DeprU', '-Wall'])
test('Werror01', normal, compile, [''])
test('Werror02', normal, compile, [''])