diff options
Diffstat (limited to 'testsuite/tests/quasiquotation/all.T')
-rw-r--r-- | testsuite/tests/quasiquotation/all.T | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index 2173da6100..7e65cba791 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/tests/quasiquotation/all.T @@ -1,16 +1,14 @@ -test('T3953', [req_interp, only_compiler_types(['ghc'])], compile_fail, ['']) +test('T3953', req_interp, compile_fail, ['']) test('T4150', - [only_compiler_types(['ghc']), + [ expect_broken(4150), extra_clean(['T4150A.hi', 'T4150A.o', 'T4150.hi', 'T4150.o'])], run_command, ['$MAKE -s --no-print-directory T4150']) -test('T5204', [req_interp, only_compiler_types(['ghc'])], - compile_fail, ['']) +test('T5204', req_interp, compile_fail, ['']) test('T7918', [req_interp, extra_run_opts('"' + config.libdir + '"'), - only_compiler_types(['ghc']), only_ways(config.ghc_th_way), unless(have_dynamic(),skip), extra_clean(['T7918A.hi', 'T7918A.o', 'T7918A.dyn_hi', 'T7918A.dyn_o', |