summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc078.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc078.stderr-ghc')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc078.stderr-ghc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc078.stderr-ghc b/testsuite/tests/typecheck/should_compile/tc078.stderr-ghc
index 5eae74e23f..bb5d9f566e 100644
--- a/testsuite/tests/typecheck/should_compile/tc078.stderr-ghc
+++ b/testsuite/tests/typecheck/should_compile/tc078.stderr-ghc
@@ -1,10 +1,10 @@
tc078.hs:7:10: Warning:
No explicit implementation for
- either ‛==’ or ‛/=’
- In the instance declaration for ‛Eq (Bar a)’
+ either ‘==’ or ‘/=’
+ In the instance declaration for ‘Eq (Bar a)’
tc078.hs:8:10: Warning:
No explicit implementation for
- either ‛compare’ or ‛<=’
- In the instance declaration for ‛Ord (Bar a)’
+ either ‘compare’ or ‘<=’
+ In the instance declaration for ‘Ord (Bar a)’