summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/all.T
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-09-28 01:38:55 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-05 13:59:33 -0400
commit802b5e6fdd6dfc58396a9dca1903dc5a1d6634ca (patch)
tree4d55590d9c88a456b2f4c9365e5e501b8db91367 /testsuite/tests/linear/should_fail/all.T
parentbc5de347bccd7a2691a9e4b927ab80acb7e15991 (diff)
downloadhaskell-802b5e6fdd6dfc58396a9dca1903dc5a1d6634ca.tar.gz
Fix linear types in TH splices (#18465)
Diffstat (limited to 'testsuite/tests/linear/should_fail/all.T')
-rw-r--r--testsuite/tests/linear/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/linear/should_fail/all.T b/testsuite/tests/linear/should_fail/all.T
index 272e9e2a35..5fa6fdb18f 100644
--- a/testsuite/tests/linear/should_fail/all.T
+++ b/testsuite/tests/linear/should_fail/all.T
@@ -30,3 +30,4 @@ test('LinearSequenceExpr', normal, compile_fail, [''])
test('LinearIf', normal, compile_fail, [''])
test('LinearPatternGuardWildcard', normal, compile_fail, [''])
test('LinearFFI', normal, compile_fail, [''])
+test('LinearTHFail', normal, compile_fail, [''])