summaryrefslogtreecommitdiffstats
path: root/test/Actions/pre-post.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Actions/pre-post.py')
-rw-r--r--test/Actions/pre-post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/pre-post.py b/test/Actions/pre-post.py
index e076f24..7566f2f 100644
--- a/test/Actions/pre-post.py
+++ b/test/Actions/pre-post.py
@@ -121,7 +121,7 @@ print "B =", B
print "B.env =", B.env
env1.Append(BUILDERS = {'B' : B})
env2.Append(BUILDERS = {'B' : B})
-env3 = env1.Copy(X='333')
+env3 = env1.Clone(X='333')
print "env1 =", env1
print "env2 =", env2
print "env3 =", env3