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
Glasgow Haskell Compiler
GHC
Commits
57a85ee0
Commit
57a85ee0
authored
May 26, 2008
by
Ian Lynagh
Browse files
Omit the ghci way for TH_spliceE5_prof
We don't support --interactive -prof
parent
583d44b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/all.T
View file @
57a85ee0
...
...
@@ -25,7 +25,7 @@ test('TH_spliceE5', normal, multimod_compile_and_run, ['TH_spliceE5', '-v0'])
# profiling (-osuf p_o) because this is necessary when mixing
# profiling w/ TH. Furthermore we must have built the program the
# normal way first, so this is a bit of a hack.
test
('
TH_spliceE5_prof
',
req_profiling
,
multimod_compile_and_run
,
['
TH_spliceE5
',
'
-v0 -prof -auto-all -osuf p_o
'])
test
('
TH_spliceE5_prof
',
compose
(
req_profiling
,
omit_ways
(['
ghci
'])),
multimod_compile_and_run
,
['
TH_spliceE5
',
'
-v0 -prof -auto-all -osuf p_o
'])
clean
(['
TH_spliceE5_Lib.p_o
',
'
TH_spliceE5_Lib.hi
',
'
TH_spliceE5_Lib.o
',
'
TH_spliceE5.hi
',
'
TH_spliceE5.p_o
'])
...
...
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