summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr b/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr
index 58b7d65d31..1fc90b22c8 100644
--- a/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr
+++ b/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.stderr
@@ -1,5 +1,6 @@
-UnliftedNewtypesFail.hs:6:20:
- Expected a type, but ‘Show Int’ has kind ‘Constraint’
- In the type ‘(Show Int)’
+
+UnliftedNewtypesFail.hs:6:20: error: [GHC-83865]
+ • Expected a type, but ‘Show Int’ has kind ‘Constraint’
+ • In the type ‘(Show Int)’
In the definition of data constructor ‘Baz’
In the newtype declaration for ‘Baz’