summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-14 16:56:23 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-15 00:49:24 +0000
commit6215d4c858c1502c6c1929521fdd7fd00f16bb2d (patch)
tree4137b2064914fe23306a68219127dd8347075b86 /testsuite/tests/quasiquotation
parentf3da8ce8a034f1c0e3dc9aa30faf721fea2ec70b (diff)
downloadhaskell-6215d4c858c1502c6c1929521fdd7fd00f16bb2d.tar.gz
Fix tests for dynamic ghc
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r--testsuite/tests/quasiquotation/T4491/test.T6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/quasiquotation/T4491/test.T b/testsuite/tests/quasiquotation/T4491/test.T
index b62370aaef..a9ead0fa61 100644
--- a/testsuite/tests/quasiquotation/T4491/test.T
+++ b/testsuite/tests/quasiquotation/T4491/test.T
@@ -2,9 +2,9 @@ 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']),
+ # other ways, due to the TH use, so for now we only run it
+ # the TH way
+ only_ways([config.ghc_th_way]),
only_compiler_types(['ghc']),
extra_clean(['A.hi', 'A.o'])
],