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
f4326859
Commit
f4326859
authored
Apr 03, 2009
by
Ian Lynagh
Browse files
Define if_wordsize in the driver
parent
6ed02034
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
f4326859
...
...
@@ -248,6 +248,12 @@ def if_os( os, f ):
else
:
return
normal
def
if_wordsize
(
ws
,
f
):
if
config
.
wordsize
==
ws
:
return
f
else
:
return
normal
# ---
def
if_compiler_type
(
compiler
,
f
):
...
...
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