summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/all.T
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2021-06-11 23:14:56 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-25 15:41:24 -0400
commit0bb78838e213467b9b5bd2b38767b39b46a294c5 (patch)
treed491064a69b3d0dd5f65fcee12bc340a36a34dd0 /testsuite/tests/typecheck/should_fail/all.T
parent83dce402043532d43635b305eca76a6f1cf4deff (diff)
downloadhaskell-0bb78838e213467b9b5bd2b38767b39b46a294c5.tar.gz
Suggest similar names when reporting types in terms (#19978)
This fixes an error message regression.
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/all.T')
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 54af02c6f5..b776f1d5dd 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -631,3 +631,4 @@ test('T19415', normal, compile_fail, [''])
test('T19615', normal, compile_fail, [''])
test('T17817', normal, compile_fail, [''])
test('T17817_elab', normal, compile_fail, ['-fprint-typechecker-elaboration'])
+test('T19978', normal, compile_fail, [''])