summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_run
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-12-23 15:45:09 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2014-12-23 16:01:29 +0000
commitc3394e0d2cce4bbaa034dc77473add151781ef93 (patch)
tree36840b608f4a78441fe911b840b1cad3b1f8d72c /testsuite/tests/deriving/should_run
parent679a661890c9e5a218d8328658cae2b71d367024 (diff)
downloadhaskell-c3394e0d2cce4bbaa034dc77473add151781ef93.tar.gz
Attempt to improve cleaning
I found several tests that failed when the interface file format changed, due to leftover .hi file droppings. I'm not sure I've done this right, but it should be a bit better
Diffstat (limited to 'testsuite/tests/deriving/should_run')
-rw-r--r--testsuite/tests/deriving/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T
index 58b4903698..13858a85c2 100644
--- a/testsuite/tests/deriving/should_run/all.T
+++ b/testsuite/tests/deriving/should_run/all.T
@@ -37,4 +37,4 @@ test('T5712', normal, compile_and_run, [''])
test('T7931', normal, compile_and_run, [''])
test('T8280', normal, compile_and_run, [''])
test('T9576', exit_code(1), compile_and_run, [''])
-test('T9830', normal, multimod_compile_and_run, ['T9830','-v0'])
+test('T9830', extra_clean(['T9830a.hi', 'T9830a.o']), multimod_compile_and_run, ['T9830','-v0'])