Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
c7dd6dbb
Commit
c7dd6dbb
authored
Jul 12, 2011
by
Simon Marlow
Browse files
add test for #5243
parent
53a6cc89
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/T5243.hs
0 → 100644
View file @
c7dd6dbb
{
import
T5243A
;
main
=
print
bar
}
testsuite/tests/ghc-regress/parser/should_compile/T5243.stderr
0 → 100644
View file @
c7dd6dbb
[1 of 2] Compiling T5243A ( T5243A.hs, T5243A.o )
[2 of 2] Compiling Main ( T5243.hs, T5243.o )
Linking T5243 ...
testsuite/tests/ghc-regress/parser/should_compile/T5243A.hs
0 → 100644
View file @
c7dd6dbb
module
T5243A
where
bar
=
True
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
c7dd6dbb
...
...
@@ -90,3 +90,5 @@ test('NondecreasingIndentation', normal, compile, [''])
test
('
mc15
',
normal
,
compile
,
[''])
test
('
mc16
',
normal
,
compile
,
[''])
test
('
EmptyDecls
',
normal
,
compile
,
[''])
test
('
T5243
',
normal
,
multimod_compile
,
['
T5243
',''])
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