summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
diff options
context:
space:
mode:
authorMoritz Kiefer <moritz.kiefer@purelyfunctional.org>2015-10-22 13:40:41 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-10-22 13:40:46 +0200
commit1e8d1f1c6d85457c786b50b1e054facdb61cbae1 (patch)
tree7cae053acab842b3142c35ba29d406cf80f013c6 /testsuite/tests/parser/should_fail/all.T
parentc633f71f9b687dcb9154ffd558442193cbced0e3 (diff)
downloadhaskell-1e8d1f1c6d85457c786b50b1e054facdb61cbae1.tar.gz
Suggest enabling PatternSynonyms (#10943)
Suggest enabling PatternSynonyms if we find an invalid signature that looks like a pattern synonym. Reviewed By: austin, thomie Differential Revision: https://phabricator.haskell.org/D1347
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 13fb7385a2..66945dd479 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -68,6 +68,7 @@ test('T3811e', normal, compile_fail, [''])
test('T3811f', normal, compile_fail, [''])
test('T3811g', normal, compile_fail, [''])
test('NoDoAndIfThenElse', normal, compile_fail, [''])
+test('NoPatternSynonyms', normal, compile_fail, [''])
test('NondecreasingIndentationFail', normal, compile_fail, [''])
test('readFailTraditionalRecords1', normal, compile_fail, [''])
test('readFailTraditionalRecords2', normal, compile_fail, [''])