summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail118.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail118.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail118.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail118.stderr b/testsuite/tests/typecheck/should_fail/tcfail118.stderr
index 098af79736..705a68d87a 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail118.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail118.stderr
@@ -1,8 +1,8 @@
-tcfail118.hs:10:29:
- Overlapping instances for Eq Foo
- arising from the first field of ‘Bar’ (type ‘Foo’)
- Matching instances:
- instance Eq Foo -- Defined at tcfail118.hs:11:25
- instance Eq Foo -- Defined at tcfail118.hs:13:10
- When deriving the instance for (Eq Bar)
+tcfail118.hs:10:29: error:
+ • Overlapping instances for Eq Foo
+ arising from the first field of ‘Bar’ (type ‘Foo’)
+ Matching instances:
+ instance Eq Foo -- Defined at tcfail118.hs:13:10
+ instance Eq Foo -- Defined at tcfail118.hs:11:25
+ • When deriving the instance for (Eq Bar)