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.T7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T
new file mode 100644
index 0000000000..2fa0427813
--- /dev/null
+++ b/testsuite/tests/quasiquotation/all.T
@@ -0,0 +1,7 @@
+test('T3953', [req_interp, only_compiler_types(['ghc'])], 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'])