summaryrefslogtreecommitdiffstats
path: root/test/Options.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Options.py')
-rw-r--r--test/Options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Options.py b/test/Options.py
index 4f979df..9c817ba 100644
--- a/test/Options.py
+++ b/test/Options.py
@@ -58,7 +58,7 @@ opts.Add('CC',
opts.Add('UNSPECIFIED',
'An option with no value')
-def test_tool(env, platform):
+def test_tool(env):
if env['RELEASE_BUILD']:
env['CCFLAGS'] = env['CCFLAGS'] + ' -O'
if env['DEBUG_BUILD']: