Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
79618a61
Commit
79618a61
authored
Dec 05, 2010
by
Ian Lynagh
Browse files
Add a test for #4007
parent
4d86087d
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/perf/compiler/Makefile
View file @
79618a61
TOP
=
../../../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
.PHONY
:
T4007
T4007
:
$(RM)
-f
T4007.hi T4007.o
'
$(TEST_HC)
'
-c
-O
-ddump-rule-firings
T4007.hs
testsuite/tests/ghc-regress/perf/compiler/T4007.hs
0 → 100644
View file @
79618a61
module
T4007
where
f
::
IO
()
f
=
sequence_
(
replicate
10
(
putStrLn
"yes"
))
testsuite/tests/ghc-regress/perf/compiler/T4007.stderr
0 → 100644
View file @
79618a61
Rule fired: unpack
Rule fired: Class op >>
Rule fired: Class op return
Rule fired: <=#
Rule fired: fold/build
Rule fired: unpack-list
testsuite/tests/ghc-regress/perf/compiler/all.T
View file @
79618a61
...
...
@@ -101,3 +101,8 @@ test('T3064',
compile
,
[''])
test
('
T4007
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T4007
'])
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