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
3bf4c9f7
Commit
3bf4c9f7
authored
Aug 28, 2001
by
simonmar
Browse files
[project @ 2001-08-28 13:26:59 by simonmar]
Test for exporting of an unimported module.
parent
edf3f79d
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_fail/all.T
View file @
3bf4c9f7
...
...
@@ -27,6 +27,7 @@ test "rnfail024" { vtcf("") }
test
"
rnfail025
"
{
vtcf
("")
}
test
"
rnfail026
"
{
vtcf
("")
}
test
"
rnfail027
"
{
vtcf
("")
}
test
"
rnfail028
"
{
vtcf
("")
}
--
these
two
are
really
a
multi
-
module
tests
test
"
Rn037Help
"
{
vtc
("")
}
...
...
testsuite/tests/ghc-regress/rename/should_fail/rnfail028.hs
0 → 100644
View file @
3bf4c9f7
module
ShouldFail
(
module
List
)
where
testsuite/tests/ghc-regress/rename/should_fail/rnfail028.stderr
0 → 100644
View file @
3bf4c9f7
rnfail028.hs:1: Unknown module in export list: module `List'
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