diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-06 15:35:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-06 15:35:11 +0100 |
commit | 89f34a495814e799c76dc456cf7fe7212081014d (patch) | |
tree | 870e153483b8ef1d820d2a8af8eb00d345319f02 /testsuite/tests/th | |
parent | aa65815350652c7a703c1323260a48799d5c3483 (diff) | |
download | haskell-89f34a495814e799c76dc456cf7fe7212081014d.tar.gz |
Fix some more written-but-not-cleaned files
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/TH_import_loop/TH_import_loop.T | 7 | ||||
-rw-r--r-- | testsuite/tests/th/TH_spliceViewPat/test.T | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/testsuite/tests/th/TH_import_loop/TH_import_loop.T b/testsuite/tests/th/TH_import_loop/TH_import_loop.T index ebb8a427a7..37059e1d6c 100644 --- a/testsuite/tests/th/TH_import_loop/TH_import_loop.T +++ b/testsuite/tests/th/TH_import_loop/TH_import_loop.T @@ -1,5 +1,10 @@ setTestOpts(if_compiler_profiled(skip)) -test('TH_import_loop', expect_broken(1012), multimod_compile_and_run, ['Main', '-v0']) +test('TH_import_loop', + [extra_clean(['ModuleA.o-boot', 'ModuleA.hi-boot', + 'ModuleC.o', 'ModuleC.hi']), + expect_broken(1012)], + multimod_compile_and_run, + ['Main', '-v0']) diff --git a/testsuite/tests/th/TH_spliceViewPat/test.T b/testsuite/tests/th/TH_spliceViewPat/test.T index fa50658a6b..c93e1cb3a7 100644 --- a/testsuite/tests/th/TH_spliceViewPat/test.T +++ b/testsuite/tests/th/TH_spliceViewPat/test.T @@ -8,4 +8,7 @@ setTestOpts(only_compiler_types(['ghc'])) setTestOpts(only_ways(['normal','ghci'])) setTestOpts(if_compiler_profiled(skip)) -test('TH_spliceViewPat', normal, multimod_compile_and_run, [ 'Main', '' ]) +test('TH_spliceViewPat', + extra_clean(['Main.o', 'Main.hi', 'A.o', 'A.hi']), + multimod_compile_and_run, + ['Main', '']) |