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
6d82c8e5
Commit
6d82c8e5
authored
Mar 30, 2007
by
simonpj
Browse files
There is no opt way any more
Use optc, optasm instead.
parent
42035359
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/simplCore/should_run/all.T
View file @
6d82c8e5
...
...
@@ -5,7 +5,7 @@
# Only compile with optimisation
def
f
(
opts
):
opts
.
only_ways
=
['
opt
']
opts
.
only_ways
=
['
opt
c
','
optasm
']
setTestOpts
(
f
)
...
...
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