[commit: testsuite] master: Fix T6037.stderr; it uses LC_ALL=C, so won't actually get unicode quotes (0054168)
Ian Lynagh
igloo at earth.li
Sun Feb 24 18:34:21 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0054168f1f56e2adb69376627c1f4a76f5fda0a1
>---------------------------------------------------------------
commit 0054168f1f56e2adb69376627c1f4a76f5fda0a1
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 24 15:55:00 2013 +0000
Fix T6037.stderr; it uses LC_ALL=C, so won't actually get unicode quotes
>---------------------------------------------------------------
tests/driver/T6037.stderr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/driver/T6037.stderr b/tests/driver/T6037.stderr
index 7b7d07e..3059288 100644
--- a/tests/driver/T6037.stderr
+++ b/tests/driver/T6037.stderr
@@ -1,5 +1,5 @@
T6037.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 âf?oâ: f?o = ()
+ In an equation for `f?o': f?o = ()
More information about the ghc-commits
mailing list