summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr b/testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr
index 749e42c991..9b3ac0e364 100644
--- a/testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr
+++ b/testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr
@@ -1,6 +1,6 @@
AssocTyDef02.hs:6:10:
Type indexes must match class instance head
- Found ‛[b]’ but expected ‛a’
- In the type synonym instance default declaration for ‛Typ’
- In the class declaration for ‛Cls’
+ Found ‘[b]’ but expected ‘a’
+ In the type synonym instance default declaration for ‘Typ’
+ In the class declaration for ‘Cls’