diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-02-10 10:36:25 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-02-10 10:36:25 +0000 |
commit | 35c3c3088496bc05e502efcb85549685d6a04a45 (patch) | |
tree | 0e99d434b608ecabc73b7158e8f242bd4b537909 /testsuite/tests | |
parent | 152cd16cbde7f64d4f16c9111a65204df2f0adc2 (diff) | |
download | haskell-35c3c3088496bc05e502efcb85549685d6a04a45.tar.gz |
Accept error message changes in response to Trac #5860
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/module/T1074.stderr | 8 | ||||
-rw-r--r-- | testsuite/tests/rename/should_fail/T5211.stderr | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/module/T1074.stderr b/testsuite/tests/module/T1074.stderr index b368ca119e..53b33604b9 100644 --- a/testsuite/tests/module/T1074.stderr +++ b/testsuite/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/testsuite/tests/rename/should_fail/T5211.stderr b/testsuite/tests/rename/should_fail/T5211.stderr index a33a02750c..b99cc04d97 100644 --- a/testsuite/tests/rename/should_fail/T5211.stderr +++ b/testsuite/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() |