diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 23:26:27 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 23:26:27 +0000 |
commit | 028e7a7853298710326ca141d1f4828ee6475ff0 (patch) | |
tree | f0267704cba58d8a44103599e616c31ea034696f /testsuite | |
parent | 9a76609cd873271fdb079c888a8a45d4f83bd56f (diff) | |
download | haskell-028e7a7853298710326ca141d1f4828ee6475ff0.tar.gz |
Add extra cleaning for ccfail004
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ffi/should_fail/all.T | 6 |
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, ['']) |