summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-16 23:26:27 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-16 23:26:27 +0000
commit028e7a7853298710326ca141d1f4828ee6475ff0 (patch)
treef0267704cba58d8a44103599e616c31ea034696f /testsuite/tests/ffi/should_fail
parent9a76609cd873271fdb079c888a8a45d4f83bd56f (diff)
downloadhaskell-028e7a7853298710326ca141d1f4828ee6475ff0.tar.gz
Add extra cleaning for ccfail004
Diffstat (limited to 'testsuite/tests/ffi/should_fail')
-rw-r--r--testsuite/tests/ffi/should_fail/all.T6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_fail/all.T b/testsuite/tests/ffi/should_fail/all.T
index cb6ffe9ea6..d1cba3c0d7 100644
--- a/testsuite/tests/ffi/should_fail/all.T
+++ b/testsuite/tests/ffi/should_fail/all.T
@@ -6,7 +6,11 @@ test('ccfail001', only_compiler_types(['ghc']), compile_fail, [''])
test('ccfail002', only_compiler_types(['ghc']), compile_fail, [''])
test('ccfail003', only_compiler_types(['ghc']), compile_fail, [''])
test('T3066', only_compiler_types(['ghc']), compile_fail, [''])
-test('ccfail004', only_compiler_types(['ghc']), multimod_compile_fail, ['ccfail004', '-v0'])
+test('ccfail004',
+ [only_compiler_types(['ghc']),
+ extra_clean(['Ccfail004A.hi', 'Ccfail004A.o'])],
+ multimod_compile_fail,
+ ['ccfail004', '-v0'])
test('ccfail005', only_compiler_types(['ghc']), compile_fail, [''])
test('ccall_value', normal, compile_fail, [''])
test('capi_value_function', normal, compile_fail, [''])