summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T3792.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T3792.hs')
-rw-r--r--testsuite/tests/rename/should_fail/T3792.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T3792.hs b/testsuite/tests/rename/should_fail/T3792.hs
new file mode 100644
index 0000000000..e01efb9418
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T3792.hs
@@ -0,0 +1,4 @@
+module T3792 where
+
+import Prelude( Prelude.map ) -- Illegal
+