summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail038.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail038.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail038.stderr10
1 files changed, 8 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail038.stderr b/testsuite/tests/typecheck/should_fail/tcfail038.stderr
index 2d3e9e5bc9..55eeef35c0 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail038.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail038.stderr
@@ -1,10 +1,16 @@
-tcfail038.hs:7:11:
+tcfail038.hs:7:11: error:
Conflicting definitions for ‘==’
Bound at: tcfail038.hs:7:11-12
tcfail038.hs:9:11-12
-tcfail038.hs:8:11:
+tcfail038.hs:8:11: error:
+ ‘/=’ is not a (visible) method of class ‘Eq’
+
+tcfail038.hs:8:11: error:
Conflicting definitions for ‘/=’
Bound at: tcfail038.hs:8:11-12
tcfail038.hs:10:11-12
+
+tcfail038.hs:10:11: error:
+ ‘/=’ is not a (visible) method of class ‘Eq’