diff options
Diffstat (limited to 'test/LINK/SHLINKFLAGS.py')
-rw-r--r-- | test/LINK/SHLINKFLAGS.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/LINK/SHLINKFLAGS.py b/test/LINK/SHLINKFLAGS.py index c9ecf21..709ebc6 100644 --- a/test/LINK/SHLINKFLAGS.py +++ b/test/LINK/SHLINKFLAGS.py @@ -58,8 +58,8 @@ test.write('foo.c', r""" void test() { - printf("foo.c\n"); - fflush(stdout); + printf("foo.c\n"); + fflush(stdout); } """) @@ -69,8 +69,8 @@ test.write('bar.c', r""" void test() { - printf("foo.c\n"); - fflush(stdout); + printf("foo.c\n"); + fflush(stdout); } """) |