summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/T4491/test.T
blob: b62370aaefc00f4dc036fbb3e15cd2b007be155b (plain)
1
2
3
4
5
6
7
8
9
10
11
test('T4491',
     [
      req_interp,
      # We'd need to jump through some hoops to run this test the
      # 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']),
      extra_clean(['A.hi', 'A.o'])
     ],
     compile_and_run, [''])