summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn037.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn037.stderr-ghc')
-rw-r--r--testsuite/tests/rename/should_compile/rn037.stderr-ghc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/rn037.stderr-ghc b/testsuite/tests/rename/should_compile/rn037.stderr-ghc
new file mode 100644
index 0000000000..64b604f9bd
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/rn037.stderr-ghc
@@ -0,0 +1,5 @@
+
+rn037.hs:3: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()