diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-27 18:29:08 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-27 18:30:52 +0100 |
commit | 1c595c00c737e6a80b3101c01c2d330c7d545488 (patch) | |
tree | 0daede24d8780813bd3dbcac4bd18b60d5d61add /testsuite/tests/quasiquotation | |
parent | 02a343c8593aedd795817bdd92aea28d70ecf56d (diff) | |
download | haskell-1c595c00c737e6a80b3101c01c2d330c7d545488.tar.gz |
Fix cleanup for some tests.
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r-- | testsuite/tests/quasiquotation/T4491/test.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/T4491/test.T b/testsuite/tests/quasiquotation/T4491/test.T index 7d023883dc..b62370aaef 100644 --- a/testsuite/tests/quasiquotation/T4491/test.T +++ b/testsuite/tests/quasiquotation/T4491/test.T @@ -5,6 +5,7 @@ test('T4491', # in the prof or dyn ways, due to the TH use, so for now we just # omit the other ways omit_ways(['profasm','profthreaded','dyn']), - only_compiler_types(['ghc']) + only_compiler_types(['ghc']), + extra_clean(['A.hi', 'A.o']) ], compile_and_run, ['']) |