summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/quasiquotation/all.T')
-rw-r--r--testsuite/tests/quasiquotation/all.T19
1 files changed, 5 insertions, 14 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T
index 7e65cba791..84d25f8bdd 100644
--- a/testsuite/tests/quasiquotation/all.T
+++ b/testsuite/tests/quasiquotation/all.T
@@ -1,17 +1,8 @@
test('T3953', req_interp, compile_fail, [''])
-test('T4150',
- [
- expect_broken(4150),
- extra_clean(['T4150A.hi', 'T4150A.o', 'T4150.hi', 'T4150.o'])],
- run_command,
+test('T4150', [expect_broken(4150)], run_command,
['$MAKE -s --no-print-directory T4150'])
test('T5204', req_interp, compile_fail, [''])
-test('T7918',
- [req_interp,
- extra_run_opts('"' + config.libdir + '"'),
- 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'])],
- compile_and_run,
- ['-package ghc ' + config.ghc_th_way_flags])
+test('T7918',
+ [req_interp, extra_run_opts('"' + config.libdir + '"'),
+ only_ways(config.ghc_th_way), unless(have_dynamic(), skip)],
+ compile_and_run, ['-package ghc ' + config.ghc_th_way_flags])