summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail087.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail087.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail087.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail087.stderr b/testsuite/tests/typecheck/should_fail/tcfail087.stderr
index b9e9d2fa6a..bd85f732ea 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail087.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail087.stderr
@@ -1,7 +1,7 @@
tcfail087.hs:6:14:
Kind mis-match
- Expected kind `??', but `(# Int, Int #)' has kind `(#)'
+ Expected kind `ArgKind', but `(# Int, Int #)' has kind `(#)'
In the type `(# Int, Int #)'
In the definition of data constructor `Ex'
In the data type declaration for `Ex'