diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn046.stderr-ghc')
-rw-r--r-- | testsuite/tests/rename/should_compile/rn046.stderr-ghc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/rename/should_compile/rn046.stderr-ghc b/testsuite/tests/rename/should_compile/rn046.stderr-ghc index ebde8af373..4335376137 100644 --- a/testsuite/tests/rename/should_compile/rn046.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn046.stderr-ghc @@ -1,8 +1,8 @@ -rn046.hs:2:1: - Warning: The import of `Data.List' is redundant - except perhaps to import instances from `Data.List' - To import instances alone, use: import Data.List() +rn046.hs:2:1: Warning: + The import of ‛Data.List’ is redundant + except perhaps to import instances from ‛Data.List’ + To import instances alone, use: import Data.List() -rn046.hs:3:1: - Warning: The import of `ord' from module `Data.Char' is redundant +rn046.hs:3:1: Warning: + The import of ‛ord’ from module ‛Data.Char’ is redundant |