summaryrefslogtreecommitdiff
path: root/test/CommandGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CommandGenerator.py')
-rw-r--r--test/CommandGenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CommandGenerator.py b/test/CommandGenerator.py
index a85b07a8..9a2a7c79 100644
--- a/test/CommandGenerator.py
+++ b/test/CommandGenerator.py
@@ -42,7 +42,7 @@ sys.exit(0)
""")
test.write('SConstruct', """
-def g(source, target, env):
+def g(source, target, for_signature, env):
import sys
python = sys.executable
return [[python, "build.py", "$TEMPFILE"] + source,