summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9305.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T9305.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T9305.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T9305.stderr b/testsuite/tests/typecheck/should_fail/T9305.stderr
index e7c761ef46..66d3a7e441 100644
--- a/testsuite/tests/typecheck/should_fail/T9305.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9305.stderr
@@ -1,5 +1,5 @@
-T9305.hs:8:48: error:
- Couldn't match kind ‘* -> *’ with ‘*’
- arising from the first field of ‘EventF’ (type ‘F (Event a)’)
- When deriving the instance for (Functor EventF)
+T9305.hs:8:48: error: [GHC-18872]
+ • Couldn't match kind ‘* -> *’ with ‘*’
+ arising from the first field of ‘EventF’ (type ‘F (Event a)’)
+ • When deriving the instance for (Functor EventF)