summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/all.T
diff options
context:
space:
mode:
authorWojciech Baranowski <wbaranowski@protonmail.com>2019-04-07 19:25:05 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-29 21:02:38 -0400
commit2c115085982ba19985f2e00ca938370647e38e4b (patch)
tree68027543c668f37e65e9a8cbda5a7e69536a64ba /testsuite/tests/rename/should_fail/all.T
parent0040af598865733e6565530f4b036e11563976fc (diff)
downloadhaskell-2c115085982ba19985f2e00ca938370647e38e4b.tar.gz
rename: hadle type signatures with typos
When encountering type signatures for unknown names, suggest similar alternatives. This fixes issue #16504
Diffstat (limited to 'testsuite/tests/rename/should_fail/all.T')
-rw-r--r--testsuite/tests/rename/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T
index 5bfded171f..52a4f45a04 100644
--- a/testsuite/tests/rename/should_fail/all.T
+++ b/testsuite/tests/rename/should_fail/all.T
@@ -148,3 +148,4 @@ test('T16116b', normal, compile_fail, [''])
test('ExplicitForAllRules2', normal, compile_fail, [''])
test('T15957_Fail', normal, compile_fail, ['-Werror -Wall -Wno-missing-signatures'])
test('T16385', normal, compile_fail, [''])
+test('T16504', normal, compile_fail, [''])