diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn046.stderr-ghc')
-rw-r--r-- | testsuite/tests/rename/should_compile/rn046.stderr-ghc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/rn046.stderr-ghc b/testsuite/tests/rename/should_compile/rn046.stderr-ghc new file mode 100644 index 0000000000..ebde8af373 --- /dev/null +++ b/testsuite/tests/rename/should_compile/rn046.stderr-ghc @@ -0,0 +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:3:1: + Warning: The import of `ord' from module `Data.Char' is redundant |