[commit: testsuite] master: Accept unicode quotes in T2507 (71d67d7)
Simon Peyton Jones
simonpj at microsoft.com
Sat Mar 9 17:34:21 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/71d67d7e839e84227275ff9e0a5e6836f9f4e81c
>---------------------------------------------------------------
commit 71d67d7e839e84227275ff9e0a5e6836f9f4e81c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Mar 5 09:21:30 2013 +0000
Accept unicode quotes in T2507
>---------------------------------------------------------------
tests/driver/T2507.stderr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/driver/T2507.stderr b/tests/driver/T2507.stderr
index 925a870..68d57e3 100644
--- a/tests/driver/T2507.stderr
+++ b/tests/driver/T2507.stderr
@@ -1,5 +1,5 @@
T2507.hs:5:7:
- Couldn't match expected type `Int' with actual type `()'
+ Couldn't match expected type âIntâ with actual type â()â
In the expression: ()
- In an equation for `foo': foo = ()
+ In an equation for âfooâ: foo = ()
More information about the ghc-commits
mailing list