summaryrefslogtreecommitdiffstats
path: root/test/Value.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Value.py')
-rw-r--r--test/Value.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Value.py b/test/Value.py
index 11fb72a..5f723bf 100644
--- a/test/Value.py
+++ b/test/Value.py
@@ -54,7 +54,7 @@ def create(target, source, env):
env = Environment()
env['BUILDERS']['B'] = Builder(action = create)
env.B('f1.out', Value(P))
-env.B('f2.out', Value(L))
+env.B('f2.out', env.Value(L))
env.B('f3.out', Value(C))
""" % source_signature)