summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17566c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T17566c.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T17566c.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T17566c.stderr b/testsuite/tests/typecheck/should_fail/T17566c.stderr
index df5e5c0739..16d82cf26a 100644
--- a/testsuite/tests/typecheck/should_fail/T17566c.stderr
+++ b/testsuite/tests/typecheck/should_fail/T17566c.stderr
@@ -1,6 +1,6 @@
-T17566c.hs:11:23: error:
+T17566c.hs:11:12: error:
• Different names for the same type variable:
- ‘k’ bound at T17566c.hs:10:17
- ‘k’ bound at T17566c.hs:11:23
+ ‘k’ bound at T17566c.hs:10:12
+ ‘k’ bound at T17566c.hs:11:12
• In the class declaration for ‘C2’