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