summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn037.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn037.hs')
-rw-r--r--testsuite/tests/rename/should_compile/rn037.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/rn037.hs b/testsuite/tests/rename/should_compile/rn037.hs
index 46de96fae5..cd03c42056 100644
--- a/testsuite/tests/rename/should_compile/rn037.hs
+++ b/testsuite/tests/rename/should_compile/rn037.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fwarn-unused-imports #-}
-- !!! test unused import warning
-import Data.List
+import Data.Tuple
main = return () :: IO ()