summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3811d.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3811d.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/T3811d.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/T3811d.stderr b/testsuite/tests/parser/should_fail/T3811d.stderr
index d0cbacc3ff..fb23eceb2c 100644
--- a/testsuite/tests/parser/should_fail/T3811d.stderr
+++ b/testsuite/tests/parser/should_fail/T3811d.stderr
@@ -1,6 +1,6 @@
T3811d.hs:6:11:
- Unexpected type ‛D Char’
- In the class declaration for ‛C’
+ Unexpected type ‘D Char’
+ In the class declaration for ‘C’
A class declaration should have form
class C a b c where ...