summaryrefslogtreecommitdiffstats
path: root/test/LINK/LINKFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/LINKFLAGS.py')
-rw-r--r--test/LINK/LINKFLAGS.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/LINK/LINKFLAGS.py b/test/LINK/LINKFLAGS.py
index 9a6ef1c..ca1cd1a 100644
--- a/test/LINK/LINKFLAGS.py
+++ b/test/LINK/LINKFLAGS.py
@@ -55,9 +55,9 @@ test.write('foo.c', r"""
int
main(int argc, char *argv[])
{
- argv[argc++] = "--";
- printf("foo.c\n");
- exit (0);
+ argv[argc++] = "--";
+ printf("foo.c\n");
+ exit (0);
}
""")
@@ -65,9 +65,9 @@ test.write('bar.c', r"""
int
main(int argc, char *argv[])
{
- argv[argc++] = "--";
- printf("foo.c\n");
- exit (0);
+ argv[argc++] = "--";
+ printf("foo.c\n");
+ exit (0);
}
""")