diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail032.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail032.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail032.hs b/testsuite/tests/rename/should_fail/rnfail032.hs new file mode 100644 index 0000000000..2970030ab0 --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail032.hs @@ -0,0 +1,3 @@ +-- !!! check that hiding works with qualified imports +module ShouldFail ( Data.List.map ) where +import qualified Data.List hiding ( map ) |