[commit: testsuite] master: Accept T3950 output following unicode quotes change (4d8220f)
Ian Lynagh
igloo at earth.li
Sun Feb 24 18:34:07 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4d8220f2ffe46c5dbfe94774605e26149d40dbf5
>---------------------------------------------------------------
commit 4d8220f2ffe46c5dbfe94774605e26149d40dbf5
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 24 15:36:45 2013 +0000
Accept T3950 output following unicode quotes change
>---------------------------------------------------------------
tests/typecheck/should_fail/T3950.stderr | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/typecheck/should_fail/T3950.stderr b/tests/typecheck/should_fail/T3950.stderr
index 07b1d32..b95b4f8 100644
--- a/tests/typecheck/should_fail/T3950.stderr
+++ b/tests/typecheck/should_fail/T3950.stderr
@@ -1,14 +1,14 @@
T3950.hs:15:13:
- Couldn't match kind `* -> *' with `*'
+ Couldn't match kind â* -> *â with â*â
When matching types
w :: (* -> * -> *) -> *
Sealed :: (* -> *) -> *
Expected type: w (Id p)
Actual type: Sealed (Id p0 x0)
- In the first argument of `Just', namely rp'
+ In the first argument of âJustâ, namely ârp'â
In the expression: Just rp'
- In an equation for `rp':
+ In an equation for ârpâ:
rp _
= Just rp'
where
More information about the ghc-commits
mailing list