summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail134.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail134.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail134.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail134.stderr b/testsuite/tests/typecheck/should_fail/tcfail134.stderr
index ef8b8b1511..c7f26105b3 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail134.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail134.stderr
@@ -1,6 +1,6 @@
tcfail134.hs:5:33:
`XML' is not applied to enough type arguments
- Expected kind `?', but `XML' has kind `* -> Constraint'
+ Expected kind `OpenKind', but `XML' has kind `* -> Constraint'
In the type `a -> XML'
In the class declaration for `XML'