[commit: testsuite] master: Revert "Accept unicode quotes in T2507" (937c039)
Simon Peyton-Jones
simonpj at microsoft.com
Sun Mar 10 23:36:20 CET 2013
Interesting. The test failed on my Windows box; I thought it was an oversight. Now you've reverted, it'll fail again. What to do?
Simon
| -----Original Message-----
| From: ghc-commits-bounces at haskell.org [mailto:ghc-commits-
| bounces at haskell.org] On Behalf Of Ian Lynagh
| Sent: 10 March 2013 15:46
| To: ghc-commits at haskell.org
| Subject: [commit: testsuite] master: Revert "Accept unicode quotes in T2507"
| (937c039)
|
| Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
|
| On branch : master
|
| http://hackage.haskell.org/trac/ghc/changeset/937c0399bff9a867fccd8b6e7a63f8
| f25e7b6300
|
| >---------------------------------------------------------------
|
| 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-devs
mailing list