diff options
author | William Blevins <wblevins001@gmail.com> | 2016-09-24 06:05:34 (GMT) |
---|---|---|
committer | William Blevins <wblevins001@gmail.com> | 2016-09-24 06:05:34 (GMT) |
commit | 9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a (patch) | |
tree | 9f1f227334ac5874d079dadb6ad288b6b5e7524e /test/Fortran/F03COM.py | |
parent | d2312ff7f05636c425526936d1957464221b26d0 (diff) | |
download | SCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.zip SCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.tar.gz SCons-9e87609dfac0fd6a87d2cdc0a9e4e8b5c0a6a99a.tar.bz2 |
Updated remaining Fortran tests to use fixture over import.
Diffstat (limited to 'test/Fortran/F03COM.py')
-rw-r--r-- | test/Fortran/F03COM.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Fortran/F03COM.py b/test/Fortran/F03COM.py index b0d1f79..dc1523e 100644 --- a/test/Fortran/F03COM.py +++ b/test/Fortran/F03COM.py @@ -26,14 +26,12 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import TestSCons -from common import write_fake_link - _python_ = TestSCons._python_ _exe = TestSCons._exe test = TestSCons.TestSCons() -write_fake_link(test) +test.file_fixture('mylink.py') test.write('myfortran.py', r""" import sys |