diff options
Diffstat (limited to 'testsuite/tests/quotes/TH_spliceViewPat/test.T')
-rw-r--r-- | testsuite/tests/quotes/TH_spliceViewPat/test.T | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/quotes/TH_spliceViewPat/test.T b/testsuite/tests/quotes/TH_spliceViewPat/test.T index 1f802c5068..6e9b397026 100644 --- a/testsuite/tests/quotes/TH_spliceViewPat/test.T +++ b/testsuite/tests/quotes/TH_spliceViewPat/test.T @@ -3,6 +3,5 @@ def f(name, opts): setTestOpts(f) -test('TH_spliceViewPat', - [extra_clean(['Main.o', 'Main.hi', 'A.o', 'A.hi']), omit_ways(prof_ways)], - multimod_compile_and_run, ['Main', config.ghc_th_way_flags]) +test('TH_spliceViewPat', [omit_ways(prof_ways)], multimod_compile_and_run, + ['Main', config.ghc_th_way_flags]) |