summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/all.T')
-rw-r--r--testsuite/tests/annotations/should_fail/all.T9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/annotations/should_fail/all.T b/testsuite/tests/annotations/should_fail/all.T
index 872ab41d88..e15cd35322 100644
--- a/testsuite/tests/annotations/should_fail/all.T
+++ b/testsuite/tests/annotations/should_fail/all.T
@@ -2,9 +2,12 @@
test('annfail01', normal, compile_fail, [''])
test('annfail02', normal, compile_fail, [''])
test('annfail03', req_interp, compile_fail, [''])
-test('annfail04', [req_interp], multimod_compile_fail, ['annfail04', '-v0'])
-test('annfail05', [req_interp], multimod_compile_fail, ['annfail05', '-v0'])
-test('annfail06', [req_interp], multimod_compile_fail, ['annfail06', '-v0'])
+test('annfail04', [extra_files(['Annfail04_Help.hs']),
+ req_interp], multimod_compile_fail, ['annfail04', '-v0'])
+test('annfail05', [extra_files(['Annfail05_Help.hs']),
+ req_interp], multimod_compile_fail, ['annfail05', '-v0'])
+test('annfail06', [extra_files(['Annfail06_Help.hs']),
+ req_interp], multimod_compile_fail, ['annfail06', '-v0'])
test('annfail07', req_interp, compile_fail, [''])
test('annfail08', req_interp, compile_fail, [''])
test('annfail09', req_interp, compile_fail, [''])