Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a8f7f14a
Commit
a8f7f14a
authored
Aug 28, 2001
by
simonmar
Browse files
[project @ 2001-08-28 13:45:39 by simonmar]
Test that hiding works on a qualified import
parent
918a03a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_fail/all.T
View file @
a8f7f14a
...
...
@@ -31,6 +31,7 @@ test "rnfail028" { vtcf("") }
test
"
rnfail029
"
{
vtcf
("")
}
test
"
rnfail030
"
{
vtcf
("")
}
test
"
rnfail031
"
{
vtcf
("")
}
test
"
rnfail032
"
{
vtcf
("")
}
--
these
two
are
really
a
multi
-
module
tests
test
"
Rn037Help
"
{
vtc
("")
}
...
...
testsuite/tests/ghc-regress/rename/should_fail/rnfail032.hs
0 → 100644
View file @
a8f7f14a
-- !!! check that hiding works with qualified imports
module
ShouldFail
(
List
.
map
)
where
import
qualified
List
hiding
(
map
)
testsuite/tests/ghc-regress/rename/should_fail/rnfail032.stderr
0 → 100644
View file @
a8f7f14a
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment