Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c09cb96ccda0a6372f2c25b3cf6fd021bf5f264b >--------------------------------------------------------------- commit c09cb96ccda0a6372f2c25b3cf6fd021bf5f264b Author: Simon Peyton Jones <[email protected]> Date: Fri Feb 10 10:36:25 2012 +0000 Accept error message changes in response to Trac #5860 >--------------------------------------------------------------- tests/module/T1074.stderr | 8 ++++---- tests/rename/should_fail/T5211.stderr | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/module/T1074.stderr b/tests/module/T1074.stderr index b368ca1..53b3360 100644 --- a/tests/module/T1074.stderr +++ b/tests/module/T1074.stderr @@ -1,5 +1,5 @@ -T1074.hs:5:1: - Warning: The import of `Control.Monad.Reader' is redundant - except perhaps to import instances from `Control.Monad.Reader' - To import instances alone, use: import Control.Monad.Reader() +T1074.hs:5:1: Warning: + The qualified import of `Control.Monad.Reader' is redundant + except perhaps to import instances from `Control.Monad.Reader' + To import instances alone, use: import Control.Monad.Reader() diff --git a/tests/rename/should_fail/T5211.stderr b/tests/rename/should_fail/T5211.stderr index a33a027..b99cc04 100644 --- a/tests/rename/should_fail/T5211.stderr +++ b/tests/rename/should_fail/T5211.stderr @@ -1,5 +1,5 @@ -T5211.hs:5:1: - Warning: The import of `Foreign.Storable' is redundant - except perhaps to import instances from `Foreign.Storable' - To import instances alone, use: import Foreign.Storable() +T5211.hs:5:1: Warning: + The qualified import of `Foreign.Storable' is redundant + except perhaps to import instances from `Foreign.Storable' + To import instances alone, use: import Foreign.Storable() _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
