summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail146.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail146.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail146.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail146.stderr b/testsuite/tests/typecheck/should_fail/tcfail146.stderr
index 25031ae618..9e1c99a766 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail146.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail146.stderr
@@ -1,5 +1,7 @@
-tcfail146.hs:7:16:
- Class `SClass' used as a type
+tcfail146.hs:7:22:
+ Predicate `SClass a' used as a type
+ Expected kind `?', but `SClass a' has kind `Constraint'
+ In the type `SClass a'
In the definition of data constructor `SCon'
In the data type declaration for `SData'