summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/all.T
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2019-03-13 13:27:22 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-15 10:24:01 -0400
commit97032ed9b2594c8939cab776ff871051d6dba30a (patch)
treef28dde903666e7be0f169857fc8037ea3a2b0ee2 /testsuite/tests/gadt/all.T
parent610ec224a49e092c802a336570fd9613ea15ef3c (diff)
downloadhaskell-97032ed9b2594c8939cab776ff871051d6dba30a.tar.gz
Report better suggestion for GADT data constructor
This addresses issue #16427. An easy fix.
Diffstat (limited to 'testsuite/tests/gadt/all.T')
-rw-r--r--testsuite/tests/gadt/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T
index 86a9b0c910..bffb34ac00 100644
--- a/testsuite/tests/gadt/all.T
+++ b/testsuite/tests/gadt/all.T
@@ -119,3 +119,4 @@ test('T14719', normal, compile_fail, ['-fdiagnostics-show-caret'])
test('T14808', normal, compile, [''])
test('T15009', normal, compile, [''])
test('T15558', normal, compile, [''])
+test('T16427', normal, compile_fail, [''])