summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_compile/all.T')
-rw-r--r--testsuite/tests/annotations/should_compile/all.T6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/annotations/should_compile/all.T b/testsuite/tests/annotations/should_compile/all.T
index 74478e919d..b2c9a598c6 100644
--- a/testsuite/tests/annotations/should_compile/all.T
+++ b/testsuite/tests/annotations/should_compile/all.T
@@ -11,9 +11,7 @@ test('', normal, compile_fail, [''])
test('', normal, compile, [''])
-test('', extra_clean(['.hi', '.o']),
- multimod_compile_fail, ['', '-v0'])
+test('', [], multimod_compile_fail, ['', '-v0'])
-test('', extra_clean(['.hi', '.o']),
- multimod_compile, ['', '-v0'])
+test('', [], multimod_compile, ['', '-v0'])
"""