[commit: testsuite] master: Revert "Accept unicode quotes in T2507" (937c039)
Ian Lynagh
igloo at earth.li
Sun Mar 10 16:45:31 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/937c0399bff9a867fccd8b6e7a63f8f25e7b6300
>---------------------------------------------------------------
commit 937c0399bff9a867fccd8b6e7a63f8f25e7b6300
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Mar 10 15:41:48 2013 +0000
Revert "Accept unicode quotes in T2507"
T2507 sets LC_ALL=C, so doesn't run in a Unicode locale, and shouldn't
have unicode quotes.
>---------------------------------------------------------------
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 68d57e3..925a870 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