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
487c80be
Commit
487c80be
authored
Jul 19, 2011
by
Ian Lynagh
Browse files
Fix a driver problem with older versions of python
parent
cc089973
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
487c80be
...
...
@@ -814,7 +814,9 @@ def do_compile( name, way, should_fail, top_mod, extra_mods, extra_hc_opts ):
return
result
extra_hc_opts
=
result
[
'hc_opts'
]
force
=
1
if
extra_mods
else
0
force
=
0
if
extra_mods
:
force
=
1
result
=
simple_build
(
name
,
way
,
extra_hc_opts
,
should_fail
,
top_mod
,
0
,
1
,
force
)
if
badResult
(
result
):
...
...
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