summaryrefslogtreecommitdiffstats
path: root/test/Fortran/F95.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/F95.py')
-rw-r--r--test/Fortran/F95.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Fortran/F95.py b/test/Fortran/F95.py
index 23ed547..a19c904 100644
--- a/test/Fortran/F95.py
+++ b/test/Fortran/F95.py
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
outfile = open(out, 'wb')
for l in infile.readlines():
if l[:5] != '#link':
- outfile.write(l)
+ outfile.write(l)
sys.exit(0)
""")
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
outfile = open(out, 'wb')
for l in infile.readlines():
if l[:5] != '#link':
- outfile.write(l)
+ outfile.write(l)
sys.exit(0)
""")
@@ -84,7 +84,7 @@ infile = open(args[0], 'rb')
outfile = open(out, 'wb')
for l in infile.readlines():
if l[:length] != comment:
- outfile.write(l)
+ outfile.write(l)
sys.exit(0)
""")