summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
diff options
context:
space:
mode:
authorRupert Horlick <ruperthorlick@gmail.com>2017-03-02 16:35:53 -0500
committerBen Gamari <ben@smart-cactus.org>2017-03-02 19:58:01 -0500
commit488a9daa8246e0dd364dc44b8b6b8650fa6f3822 (patch)
tree75fb7d50d4ce937dd065996d6bee8c149fb6790e /testsuite/tests/parser/should_fail/all.T
parent4b1f0721ce164d079848d1f8890630dbbf4cbf7a (diff)
downloadhaskell-488a9daa8246e0dd364dc44b8b6b8650fa6f3822.tar.gz
Changed parser message for RankNTypes (#12811)
Added a check for whether RankNTypes is enabled and changed error message accordingly Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie, mpickering Differential Revision: https://phabricator.haskell.org/D3262
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 e515e2fd6b..b3efb5c193 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -95,3 +95,4 @@ test('T10498a', normal, compile_fail, [''])
test('T10498b', normal, compile_fail, [''])
test('T12051', normal, compile_fail, [''])
test('T12429', normal, compile_fail, [''])
+test('T12811', normal, compile_fail, [''])