summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail044.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail044.hs')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail044.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail044.hs b/testsuite/tests/rename/should_fail/rnfail044.hs
new file mode 100644
index 0000000000..ed72b9abae
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/rnfail044.hs
@@ -0,0 +1,8 @@
+-- Renamer test
+-- The ambiguity is between the Prelude import and the defn
+-- of splitAt. The import of Data.List has nothing to do with it.
+
+module A ( splitAt ) where
+
+ import qualified Data.List
+ splitAt = undefined