[commit: testsuite] master: Error message wibbles (5ab4876)
git at git.haskell.org
git at git.haskell.org
Wed Oct 23 11:17:25 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5ab4876603b80b844006cb946ef9f2673a4508f6/testsuite
>---------------------------------------------------------------
commit 5ab4876603b80b844006cb946ef9f2673a4508f6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Oct 23 12:15:16 2013 +0100
Error message wibbles
>---------------------------------------------------------------
5ab4876603b80b844006cb946ef9f2673a4508f6
tests/deSugar/should_compile/T3263-1.stderr | 16 ++++++++--------
tests/deSugar/should_compile/T3263-2.stderr | 16 ++++++++--------
tests/ghci/scripts/T3263.stderr | 4 ++--
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/tests/deSugar/should_compile/T3263-1.stderr b/tests/deSugar/should_compile/T3263-1.stderr
index 6f3a280..15b27f6 100644
--- a/tests/deSugar/should_compile/T3263-1.stderr
+++ b/tests/deSugar/should_compile/T3263-1.stderr
@@ -1,10 +1,10 @@
-T3263-1.hs:25:3:
- Warning: A do-notation statement discarded a result of type Int.
- Suppress this warning by saying "_ <- nonNullM",
- or by using the flag -fno-warn-unused-do-bind
+T3263-1.hs:25:3: Warning:
+ A do-notation statement discarded a result of type ‛Int’
+ Suppress this warning by saying ‛_ <- nonNullM’
+ or by using the flag -fno-warn-unused-do-bind
-T3263-1.hs:35:3:
- Warning: A do-notation statement discarded a result of type Int.
- Suppress this warning by saying "_ <- nonNullM",
- or by using the flag -fno-warn-unused-do-bind
+T3263-1.hs:35:3: Warning:
+ A do-notation statement discarded a result of type ‛Int’
+ Suppress this warning by saying ‛_ <- nonNullM’
+ or by using the flag -fno-warn-unused-do-bind
diff --git a/tests/deSugar/should_compile/T3263-2.stderr b/tests/deSugar/should_compile/T3263-2.stderr
index 6caae87..8f4c177 100644
--- a/tests/deSugar/should_compile/T3263-2.stderr
+++ b/tests/deSugar/should_compile/T3263-2.stderr
@@ -1,10 +1,10 @@
-T3263-2.hs:25:3:
- Warning: A do-notation statement discarded a result of type m Int.
- Suppress this warning by saying "_ <- return (return 10 :: m Int)",
- or by using the flag -fno-warn-wrong-do-bind
+T3263-2.hs:25:3: Warning:
+ A do-notation statement discarded a result of type ‛m Int’
+ Suppress this warning by saying ‛_ <- return (return 10 :: m Int)’
+ or by using the flag -fno-warn-wrong-do-bind
-T3263-2.hs:37:3:
- Warning: A do-notation statement discarded a result of type m Int.
- Suppress this warning by saying "_ <- return (return 10 :: m Int)",
- or by using the flag -fno-warn-wrong-do-bind
+T3263-2.hs:37:3: Warning:
+ A do-notation statement discarded a result of type ‛m Int’
+ Suppress this warning by saying ‛_ <- return (return 10 :: m Int)’
+ or by using the flag -fno-warn-wrong-do-bind
diff --git a/tests/ghci/scripts/T3263.stderr b/tests/ghci/scripts/T3263.stderr
index b8c4788..9a09c81 100644
--- a/tests/ghci/scripts/T3263.stderr
+++ b/tests/ghci/scripts/T3263.stderr
@@ -1,5 +1,5 @@
T3263.hs:8:12: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- getChar",
+ A do-notation statement discarded a result of type ‛Char’
+ Suppress this warning by saying ‛_ <- getChar’
or by using the flag -fno-warn-unused-do-bind
More information about the ghc-commits
mailing list