[commit: testsuite] master: Wibble after typofix (3e09767)
git at git.haskell.org
git at git.haskell.org
Mon Nov 18 13:38:19 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3e09767e043493f4ff8128fec94722daf803c1ba/testsuite
>---------------------------------------------------------------
commit 3e09767e043493f4ff8128fec94722daf803c1ba
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Mon Nov 18 13:55:45 2013 +0100
Wibble after typofix
>---------------------------------------------------------------
3e09767e043493f4ff8128fec94722daf803c1ba
tests/deSugar/should_compile/T4488.stderr | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/deSugar/should_compile/T4488.stderr b/tests/deSugar/should_compile/T4488.stderr
index f8c20a5..fee802e 100644
--- a/tests/deSugar/should_compile/T4488.stderr
+++ b/tests/deSugar/should_compile/T4488.stderr
@@ -2,19 +2,19 @@
T4488.hs:11:11:
Warning: Call of fromIntegral :: Int -> Int
can probably be omitted
- (Use -fno-warn-identities to suppress this messsage))
+ (Use -fno-warn-identities to suppress this message)
T4488.hs:17:11:
Warning: Call of toInteger :: Integer -> Integer
can probably be omitted
- (Use -fno-warn-identities to suppress this messsage))
+ (Use -fno-warn-identities to suppress this message)
T4488.hs:23:11:
Warning: Call of toRational :: Rational -> Rational
can probably be omitted
- (Use -fno-warn-identities to suppress this messsage))
+ (Use -fno-warn-identities to suppress this message)
T4488.hs:29:11:
Warning: Call of realToFrac :: Float -> Float
can probably be omitted
- (Use -fno-warn-identities to suppress this messsage))
+ (Use -fno-warn-identities to suppress this message)
More information about the ghc-commits
mailing list