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.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail146.stderr b/testsuite/tests/typecheck/should_fail/tcfail146.stderr
index ac65c39bb2..0e699557b6 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail146.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail146.stderr
@@ -1,6 +1,6 @@
tcfail146.hs:7:22: error: [GHC-83865]
- • Expected a type, but ‘SClass a’ has kind ‘Constraint’
+ • Expected a type, but ‘SClass a’ is a constraint
• In the type ‘(SClass a)’
In the definition of data constructor ‘SCon’
In the data declaration for ‘SData’