summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/qq007/test.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/quasiquotation/qq007/test.T')
-rw-r--r--testsuite/tests/quasiquotation/qq007/test.T10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/qq007/test.T b/testsuite/tests/quasiquotation/qq007/test.T
new file mode 100644
index 0000000000..6b7ef6dcd7
--- /dev/null
+++ b/testsuite/tests/quasiquotation/qq007/test.T
@@ -0,0 +1,10 @@
+test('qq007',
+ [skip_if_fast,
+ extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']),
+ # We'd need to jump through some hoops to run this test the
+ # profiling ways, due to the TH use, so for now we just
+ # omit the profiling ways
+ omit_ways(['profasm','profthreaded']),
+ only_compiler_types(['ghc'])],
+ multimod_compile,
+ ['Test', '-v0'])