diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail030.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail030.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail030.hs b/testsuite/tests/rename/should_fail/rnfail030.hs new file mode 100644 index 0000000000..23c54c8feb --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail030.hs @@ -0,0 +1,3 @@ +-- !!! check that unqualified imports don't bring qualified names into scope +module ShouldFail ( Data.List.map ) where +import Data.List () |