summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14048a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T14048a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T14048a.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T14048a.stderr b/testsuite/tests/typecheck/should_fail/T14048a.stderr
index d75b423df3..9767d3a45c 100644
--- a/testsuite/tests/typecheck/should_fail/T14048a.stderr
+++ b/testsuite/tests/typecheck/should_fail/T14048a.stderr
@@ -1,5 +1,4 @@
T14048a.hs:6:1: error:
- • Kind signature on data type declaration has non-*
- return kind ‘Constraint’
+ • Data type has non-* return kind ‘Constraint’
• In the data declaration for ‘Foo’