summaryrefslogtreecommitdiffstats
path: root/test/Fortran/F77FLAGS.py
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-09-24 06:05:34 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-09-24 06:05:34 (GMT)
commit9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a (patch)
tree9f1f227334ac5874d079dadb6ad288b6b5e7524e /test/Fortran/F77FLAGS.py
parentd2312ff7f05636c425526936d1957464221b26d0 (diff)
downloadSCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.zip
SCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.tar.gz
SCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.tar.bz2
Updated remaining Fortran tests to use fixture over import.
Diffstat (limited to 'test/Fortran/F77FLAGS.py')
-rw-r--r--test/Fortran/F77FLAGS.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Fortran/F77FLAGS.py b/test/Fortran/F77FLAGS.py
index 342adac..8e972ec 100644
--- a/test/Fortran/F77FLAGS.py
+++ b/test/Fortran/F77FLAGS.py
@@ -26,14 +26,12 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
-from common import write_fake_link
-
_python_ = TestSCons._python_
test = TestSCons.TestSCons()
_exe = TestSCons._exe
-write_fake_link(test)
+test.file_fixture('mylink.py')
test.write('myg77.py', r"""
import getopt