summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail116.stderr
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2014-06-10 14:31:04 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2014-06-11 09:27:41 -0400
commit1153194ca1ec867ca01675a902cdf7dab72b5dab (patch)
treebce48cce40dd57384eaea6d535c69644a34e2001 /testsuite/tests/typecheck/should_fail/tcfail116.stderr
parent9e6c6b4206cd893434e49cd893eb67081eeffe99 (diff)
downloadhaskell-1153194ca1ec867ca01675a902cdf7dab72b5dab.tar.gz
Clarify error message. See #9167.
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail116.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail116.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail116.stderr b/testsuite/tests/typecheck/should_fail/tcfail116.stderr
index 51b89efb13..0136173201 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail116.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail116.stderr
@@ -1,6 +1,6 @@
tcfail116.hs:5:1:
The class method ‘bug’
- mentions none of the type variables of the class ‘Foo a’
+ mentions none of the type or kind variables of the class ‘Foo a’
When checking the class method: bug :: ()
In the class declaration for ‘Foo’