summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-11-14 11:27:37 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-11-14 15:14:43 +0000
commitd3b38da095bad774345a8281427f06631f2a265a (patch)
tree02f52b5d8693002bbb36eb11dcc34ae7723389d6 /testsuite/tests/quasiquotation
parentb0e0d2790d2002100de9efc9e7732942d0b4fbd7 (diff)
downloadhaskell-d3b38da095bad774345a8281427f06631f2a265a.tar.gz
omit prof/dyn ways
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r--testsuite/tests/quasiquotation/T4491/test.T10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/T4491/test.T b/testsuite/tests/quasiquotation/T4491/test.T
index 3c6a854af0..7d023883dc 100644
--- a/testsuite/tests/quasiquotation/T4491/test.T
+++ b/testsuite/tests/quasiquotation/T4491/test.T
@@ -1,2 +1,10 @@
-test('T4491', [req_interp, only_compiler_types(['ghc'])],
+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'])
+ ],
compile_and_run, [''])