summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
diff options
context:
space:
mode:
authorBaldur Blöndal <baldurpet@gmail.com>2020-05-03 10:43:14 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-04 01:57:36 -0400
commit0bf640b19d7a7ad0800152752a71c1dd4e6c696d (patch)
treead8752d12261517520765da174f95a68e81f3bcc /testsuite/tests/parser/should_fail/all.T
parent8bdc03d61cb7a2f96887c86bd0b253f7c108fcde (diff)
downloadhaskell-0bf640b19d7a7ad0800152752a71c1dd4e6c696d.tar.gz
Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".
Diffstat (limited to 'testsuite/tests/parser/should_fail/all.T')
-rw-r--r--testsuite/tests/parser/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index c6d691bed3..9d71019f3e 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -166,3 +166,4 @@ test('T17162', normal, compile_fail, [''])
test('proposal-229c', normal, compile_fail, [''])
test('T15730', normal, compile_fail, [''])
test('T15730b', normal, compile_fail, [''])
+test('T18130Fail', normal, compile_fail, [''])