summaryrefslogtreecommitdiffstats
path: root/test/CPPFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPFLAGS.py')
-rw-r--r--test/CPPFLAGS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CPPFLAGS.py b/test/CPPFLAGS.py
index 92c7d7c..72b10b7 100644
--- a/test/CPPFLAGS.py
+++ b/test/CPPFLAGS.py
@@ -60,7 +60,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)
""")
@@ -96,7 +96,7 @@ infile = open(args[0], 'rb')
outfile = open(out, 'wb')
for l in infile.readlines():
if l[:clen] != '#' + compiler:
- outfile.write(l)
+ outfile.write(l)
sys.exit(0)
""")