diff options
author | Ian Lynagh <igloo@earth.li> | 2011-08-06 20:08:44 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-08-06 21:03:50 +0100 |
commit | 7b04db1c9b2379911617729ec8d70fd74bb056ad (patch) | |
tree | a5cbdbcf4be8246f9d73ad8501446e050f26e23c /testsuite/tests/parser | |
parent | 6f663a6488ae83e5dbe20ad5a5272549807dab45 (diff) | |
download | haskell-7b04db1c9b2379911617729ec8d70fd74bb056ad.tar.gz |
Add extra cleaning
Diffstat (limited to 'testsuite/tests/parser')
-rw-r--r-- | testsuite/tests/parser/should_compile/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_compile/all.T b/testsuite/tests/parser/should_compile/all.T index 328c0651c3..0ac301ede1 100644 --- a/testsuite/tests/parser/should_compile/all.T +++ b/testsuite/tests/parser/should_compile/all.T @@ -91,4 +91,6 @@ test('mc15', normal, compile, ['']) test('mc16', normal, compile, ['']) test('EmptyDecls', normal, compile, ['']) -test('T5243', normal, multimod_compile, ['T5243','']) +test('T5243', extra_clean(['T5243A.hi', 'T5243A.o']), + multimod_compile, ['T5243','']) + |