summaryrefslogtreecommitdiffstats
path: root/test/NodeOps.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/NodeOps.py')
-rw-r--r--test/NodeOps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/NodeOps.py b/test/NodeOps.py
index ff3e0ca..17a0f02 100644
--- a/test/NodeOps.py
+++ b/test/NodeOps.py
@@ -83,7 +83,7 @@ if %(_E)s:
foo.SharedLibrary(target = 'foo', source = 'foo%(_obj)s')
bar.SharedLibrary(target = 'bar', source = 'bar%(_obj)s')
-fooMain = foo.Copy(LIBS='foo', LIBPATH='.')
+fooMain = foo.Clone(LIBS='foo', LIBPATH='.')
foo_obj = fooMain.Object(target='foomain', source='main.c')
fooMain.Program(target='fooprog', source=foo_obj)