summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16829a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T16829a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T16829a.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T16829a.stderr b/testsuite/tests/typecheck/should_fail/T16829a.stderr
index 7ea8845cc9..bbad3415d6 100644
--- a/testsuite/tests/typecheck/should_fail/T16829a.stderr
+++ b/testsuite/tests/typecheck/should_fail/T16829a.stderr
@@ -1,6 +1,5 @@
T16829a.hs:9:1: error:
- • Kind signature on newtype declaration has non-*
- return kind ‘TYPE 'IntRep’
+ • Newtype has non-* return kind ‘TYPE 'IntRep’
Perhaps you intended to use UnliftedNewtypes
• In the newtype declaration for ‘T’