summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail027.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail027.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail027.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail027.stderr b/testsuite/tests/typecheck/should_fail/tcfail027.stderr
index cc4ffcaab3..9cfdcf4a9a 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail027.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail027.stderr
@@ -1,8 +1,8 @@
tcfail027.hs:4:1:
Cycle in class declaration (via superclasses): A -> B -> A
- In the class declaration for ‛A’
+ In the class declaration for ‘A’
tcfail027.hs:7:1:
Cycle in class declaration (via superclasses): B -> A -> B
- In the class declaration for ‛B’
+ In the class declaration for ‘B’