diff options
Diffstat (limited to 'test/Fortran/F95COM.py')
-rw-r--r-- | test/Fortran/F95COM.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Fortran/F95COM.py b/test/Fortran/F95COM.py index 6ef6eb0..4761635 100644 --- a/test/Fortran/F95COM.py +++ b/test/Fortran/F95COM.py @@ -26,14 +26,14 @@ __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 |