summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T21302.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T21302.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/T21302.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T21302.stderr b/testsuite/tests/deriving/should_fail/T21302.stderr
index 46910cbf4f..171c9f980d 100644
--- a/testsuite/tests/deriving/should_fail/T21302.stderr
+++ b/testsuite/tests/deriving/should_fail/T21302.stderr
@@ -1,12 +1,12 @@
T21302.hs:6:13: error:
- • Could not solve: (c0 Eq Int)
+ • Could not solve: ‘c0 Eq Int’
arising from the first field of ‘BoxAssocDouble’
(type ‘BoxAssoc Int’)
• When deriving the instance for (Eq BoxAssocDouble)
T21302.hs:12:19: error:
- • Could not deduce (c0 Eq a)
+ • Could not deduce ‘c0 Eq a’
from the context: c Eq a
bound by a stand-alone deriving instance declaration:
forall (c :: (* -> Constraint) -> * -> Constraint) a.