summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17355.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T17355.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T17355.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T17355.stderr b/testsuite/tests/typecheck/should_fail/T17355.stderr
index 5212ef8787..36bc73aa60 100644
--- a/testsuite/tests/typecheck/should_fail/T17355.stderr
+++ b/testsuite/tests/typecheck/should_fail/T17355.stderr
@@ -1,9 +1,9 @@
-T17355.hs:9:10: error:
+T17355.hs:9:10: error: [GHC-91510]
• Illegal polymorphic type: forall a. a
• In the instance declaration for ‘Generic (forall a. a)’
-T17355.hs:10:10: error:
+T17355.hs:10:10: error: [GHC-91510]
• Illegal polymorphic type: forall a. a -> a
• In the instance declaration for
‘HasField "myPoly" Foo (forall a. a -> a)’