diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2019-03-13 13:27:22 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-15 10:24:01 -0400 |
commit | 97032ed9b2594c8939cab776ff871051d6dba30a (patch) | |
tree | f28dde903666e7be0f169857fc8037ea3a2b0ee2 /testsuite/tests/gadt/all.T | |
parent | 610ec224a49e092c802a336570fd9613ea15ef3c (diff) | |
download | haskell-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.T | 1 |
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, ['']) |