summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-06-16 18:04:51 (GMT)
committerMats Wichmann <mats@linux.com>2022-06-16 19:07:42 (GMT)
commitd271aac6dfc01ce98d5c4b9e425c2c53d1f8e835 (patch)
tree72b7c2d53f76ac43d43225df9de86cd392e0cc0b /test/Fortran
parente2033e5f52002d404383c97e3a6a010efef174c8 (diff)
downloadSCons-d271aac6dfc01ce98d5c4b9e425c2c53d1f8e835.zip
SCons-d271aac6dfc01ce98d5c4b9e425c2c53d1f8e835.tar.gz
SCons-d271aac6dfc01ce98d5c4b9e425c2c53d1f8e835.tar.bz2
Fix PR review issues
Remove leftover debugging debris. Fix sider complaint Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Fortran')
-rw-r--r--test/Fortran/FORTRANFILESUFFIXES2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/FORTRANFILESUFFIXES2.py b/test/Fortran/FORTRANFILESUFFIXES2.py
index 4ec4260..15abd2d 100644
--- a/test/Fortran/FORTRANFILESUFFIXES2.py
+++ b/test/Fortran/FORTRANFILESUFFIXES2.py
@@ -34,7 +34,7 @@ test.file_fixture('mylink.py')
test.file_fixture(['fixture', 'myfortran.py'])
# Test non default file suffix: .f, .f90 and .f95 for FORTRAN
-test.write( 'SConstruct', """\
+test.write('SConstruct', """\
DefaultEnvironment(tools=[])
env = Environment(
LINK=r'%(_python_)s mylink.py',