summaryrefslogtreecommitdiff
path: root/test/Fortran/FORTRANFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/FORTRANFLAGS.py')
-rw-r--r--test/Fortran/FORTRANFLAGS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Fortran/FORTRANFLAGS.py b/test/Fortran/FORTRANFLAGS.py
index 150000a4..7dbc0492 100644
--- a/test/Fortran/FORTRANFLAGS.py
+++ b/test/Fortran/FORTRANFLAGS.py
@@ -26,14 +26,14 @@ __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('myfortran.py', r"""
import getopt