Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a4538215
Commit
a4538215
authored
Mar 15, 2008
by
Ian Lynagh
Browse files
Add a test rn065 for trac #1578
parent
753c883d
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_compile/Rn065A.hs
0 → 100644
View file @
a4538215
module
Rn065A
where
data
T
=
T
{
a
::
Int
}
testsuite/tests/ghc-regress/rename/should_compile/all.T
View file @
a4538215
...
...
@@ -74,6 +74,7 @@ test('rn061', normal, compile, [''])
test
('
rn062
',
normal
,
compile
,
[''])
test
('
rn063
',
expect_broken
(
2136
),
compile
,
[''])
test
('
rn064
',
if_compiler_ge
('
ghc
',
'
6.9
',
expect_broken
(
2137
)),
compile
,
[''])
test
('
rn065
',
normal
,
multimod_compile
,
['
rn065
',
'
-v0
'])
test
('
T1972
',
if_compiler_lt
('
ghc
',
'
6.9
',
expect_fail
),
compile
,
[''])
...
...
testsuite/tests/ghc-regress/rename/should_compile/rn065.hs
0 → 100644
View file @
a4538215
{-# LANGUAGE RecordWildCards #-}
-- trac #1578
module
Foo
where
import
Rn065A
f
T
{
..
}
=
a
+
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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