summaryrefslogtreecommitdiffstats
path: root/test/Alias/Alias.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Alias/Alias.py')
-rw-r--r--test/Alias/Alias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Alias/Alias.py b/test/Alias/Alias.py
index b53b8ce..0af4dc2 100644
--- a/test/Alias/Alias.py
+++ b/test/Alias/Alias.py
@@ -133,7 +133,7 @@ test.run(arguments = 'f1.out',
test.up_to_date(arguments = 'f1.out')
test.write('SConstruct', """
-TargetSignatures('content')
+Decider('content')
B = Builder(action = r'%(_python_)s build.py $TARGET $SOURCES')
env = Environment()
env['BUILDERS']['B'] = B