Merged revisions 1667-1674 via svnmerge from
[scons.git] / test / Fortran / F90FLAGS.py
index 9a57eaeac058f33f9c8bd1ae8be61a2bdbfeec82..2243ba63961380e9e7eea3616287021e364ebfc6 100644 (file)
@@ -163,7 +163,7 @@ os.system(string.join(sys.argv[1:], " "))
     test.write('SConstruct', """
 foo = Environment(LIBS = %(FTN_LIB)s)
 f90 = foo.Dictionary('F90')
-bar = foo.Copy(F90 = r'%(_python_)s wrapper.py ' + f90, F90FLAGS = '-Ix')
+bar = foo.Clone(F90 = r'%(_python_)s wrapper.py ' + f90, F90FLAGS = '-Ix')
 foo.Program(target = 'foo', source = 'foo.f')
 bar.Program(target = 'bar', source = 'bar.f')
 """ % locals())