diff options
Diffstat (limited to 'test/Fortran/F77COM.py')
-rw-r--r-- | test/Fortran/F77COM.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Fortran/F77COM.py b/test/Fortran/F77COM.py index 1efbe05..4e15eea 100644 --- a/test/Fortran/F77COM.py +++ b/test/Fortran/F77COM.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 |