summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/all.T
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-07-10 16:24:46 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-07-10 16:31:14 +0100
commit2d06a9f19d5b3ab8c3ff0b24f508c15bedae99d2 (patch)
tree137d6b38788bd86a08b4085ea94d0ae729bfafc8 /testsuite/tests/polykinds/all.T
parent888026dba01279dd6de5216856c81432836abaf1 (diff)
downloadhaskell-2d06a9f19d5b3ab8c3ff0b24f508c15bedae99d2.tar.gz
Improve error message for fundeps
Improve error message fundeps, especially when PolyKinds means that the un-determined variables are (invisible) kind variables. See Trac #10570.
Diffstat (limited to 'testsuite/tests/polykinds/all.T')
-rw-r--r--testsuite/tests/polykinds/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/all.T b/testsuite/tests/polykinds/all.T
index 95f0d8321a..8a8f8b5f58 100644
--- a/testsuite/tests/polykinds/all.T
+++ b/testsuite/tests/polykinds/all.T
@@ -118,3 +118,4 @@ test('T10041', normal, compile, [''])
test('T10451', normal, compile_fail, [''])
test('T10516', normal, compile_fail, [''])
test('T10503', normal, compile_fail, [''])
+test('T10570', normal, compile_fail, [''])