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
2c9e7461
Commit
2c9e7461
authored
Aug 28, 2001
by
simonmar
Browse files
[project @ 2001-08-28 13:33:59 by simonmar]
add test for conflicting exports
parent
162ca7c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_fail/all.T
View file @
2c9e7461
...
...
@@ -28,6 +28,7 @@ test "rnfail025" { vtcf("") }
test
"
rnfail026
"
{
vtcf
("")
}
test
"
rnfail027
"
{
vtcf
("")
}
test
"
rnfail028
"
{
vtcf
("")
}
test
"
rnfail029
"
{
vtcf
("")
}
--
these
two
are
really
a
multi
-
module
tests
test
"
Rn037Help
"
{
vtc
("")
}
...
...
testsuite/tests/ghc-regress/rename/should_fail/rnfail029.hs
0 → 100644
View file @
2c9e7461
-- !!! conflicting exports for a function name
module
ShouldFail
(
List
.
map
,
module
ShouldFail
)
where
import
qualified
List
map
=
undefined
testsuite/tests/ghc-regress/rename/should_fail/rnfail029.stderr
0 → 100644
View file @
2c9e7461
rnfail029.hs:2:
The export items `List.map' and `module ShouldFail' create conflicting exports for `map'
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