diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
commit | c838eb11a42b36787435e4b0795f8c34f73178c0 (patch) | |
tree | a1f38a82eb3e28173a2e633ddb75d842656539d8 /testsuite/tests/quasiquotation | |
parent | e1fffa6c1f97b2395c11a2ff93d75af3b203f33e (diff) | |
download | haskell-c838eb11a42b36787435e4b0795f8c34f73178c0.tar.gz |
Try to set flags for some tests involving TH right
this tries to imporve upon 435c5955359d6e46a2fb905231678ac37ac0e71a.
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r-- | testsuite/tests/quasiquotation/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index 5ccfc21fcf..2173da6100 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/tests/quasiquotation/all.T @@ -11,7 +11,7 @@ test('T7918', [req_interp, extra_run_opts('"' + config.libdir + '"'), only_compiler_types(['ghc']), - only_ways(['normal']), + only_ways(config.ghc_th_way), unless(have_dynamic(),skip), extra_clean(['T7918A.hi', 'T7918A.o', 'T7918A.dyn_hi', 'T7918A.dyn_o', 'T7918B.hi', 'T7918B.o', 'T7918B.dyn_hi', 'T7918B.dyn_o'])], |