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
42035359
Commit
42035359
authored
Mar 31, 2007
by
Ian Lynagh
Browse files
Add rnfail047, test for trac
#924
parent
377c1bc9
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_fail/RnFail047_A.hs
0 → 100644
View file @
42035359
module
RnFail047_A
(
x
)
where
import
RnFail047
x
::
Int
x
=
3
testsuite/tests/ghc-regress/rename/should_fail/RnFail047_A.hs-boot
0 → 100644
View file @
42035359
module
RnFail047_A
(
x
,
y
)
where
x
::
Int
y
::
Int
testsuite/tests/ghc-regress/rename/should_fail/all.T
View file @
42035359
...
...
@@ -48,3 +48,4 @@ test('rnfail043', skip_if_no_ghci, compile_fail, [''])
test
('
rnfail044
',
normal
,
compile_fail
,
[''])
test
('
rnfail045
',
normal
,
compile_fail
,
[''])
test
('
rnfail046
',
normal
,
compile_fail
,
[''])
test
('
rnfail047
',
normal
,
multimod_compile_fail
,
['
rnfail047
',
'
-v0
'])
testsuite/tests/ghc-regress/rename/should_fail/rnfail047.hs
0 → 100644
View file @
42035359
-- trac #924: RnFail047_A.hs-boot exports more than RnFail047_A.hs
module
RnFail047
where
import
{-#
SOURCE
#-
}
RnFail047_A
v
=
x
testsuite/tests/ghc-regress/rename/should_fail/rnfail047.stderr
0 → 100644
View file @
42035359
RnFail047_A.hs:1:0:
RnFail047_A.y is exported by the hs-boot file, but not exported by the module
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