summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail047.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail047.hs')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail047.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail047.hs b/testsuite/tests/rename/should_fail/rnfail047.hs
new file mode 100644
index 0000000000..55bd0b8d68
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/rnfail047.hs
@@ -0,0 +1,9 @@
+
+-- trac #924: RnFail047_A.hs-boot exports more than RnFail047_A.hs
+
+module RnFail047 where
+
+import {-# SOURCE #-} RnFail047_A
+
+v = x
+