summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/TH_spliceViewPat/test.T
blob: c7e1ccaef4d9923001af532d2bada90bb32a6d18 (plain)
1
2
3
4
5
6
7
8
def f(name, opts):
    opts.extra_hc_opts = '-XTemplateHaskell -package template-haskell'

setTestOpts(f)

test('TH_spliceViewPat', [extra_files(['A.hs', 'Main.hs']),
                          omit_ways(prof_ways)], multimod_compile_and_run,
     ['Main', config.ghc_th_way_flags])