diff options
author | Mats Wichmann <mats@linux.com> | 2022-06-16 18:04:51 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-06-16 19:07:42 (GMT) |
commit | d271aac6dfc01ce98d5c4b9e425c2c53d1f8e835 (patch) | |
tree | 72b7c2d53f76ac43d43225df9de86cd392e0cc0b /test/Fortran | |
parent | e2033e5f52002d404383c97e3a6a010efef174c8 (diff) | |
download | SCons-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.py | 2 |
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', |