summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-24 14:48:43 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-24 14:48:43 +0000
commitd6588276e819f088e29a6c16ba0a0c82acfd05cc (patch)
treefb9d06e18d8ad31733117c08ff4954e7a8b27b04 /testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
parent11237cf673876f6ef85918383cb46b8b1e8ca099 (diff)
downloadhaskell-d6588276e819f088e29a6c16ba0a0c82acfd05cc.tar.gz
Update outputs following the unicode quote change in GHC's output
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr b/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
index 6a49325e43..255e6513eb 100644
--- a/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
+++ b/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
@@ -1,13 +1,13 @@
SilentParametersOverlapping.hs:15:9:
- Overlapping instances for C [(t0, t1)] arising from a use of `c'
+ Overlapping instances for C [(t0, t1)] arising from a use of ‛c’
Matching givens (or their superclasses):
(C [(a, b)])
bound by the instance declaration
at SilentParametersOverlapping.hs:14:37-45
Matching instances:
instance C [a] -- Defined at SilentParametersOverlapping.hs:11:10
- (The choice depends on the instantiation of `t0, t1')
+ (The choice depends on the instantiation of ‛t0, t1’)
In the expression: c [(undefined, undefined)]
- In an equation for `b': b x = c [(undefined, undefined)]
- In the instance declaration for `B [(a, b)]'
+ In an equation for ‛b’: b x = c [(undefined, undefined)]
+ In the instance declaration for ‛B [(a, b)]’