summaryrefslogtreecommitdiffstats
path: root/test/LINK/SHLINK.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/SHLINK.py')
-rw-r--r--test/LINK/SHLINK.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/LINK/SHLINK.py b/test/LINK/SHLINK.py
index ff24f0c..8b9097d 100644
--- a/test/LINK/SHLINK.py
+++ b/test/LINK/SHLINK.py
@@ -57,8 +57,8 @@ test.write('foo.c', r"""
void
test()
{
- printf("foo.c\n");
- fflush(stdout);
+ printf("foo.c\n");
+ fflush(stdout);
}
""")
@@ -68,8 +68,8 @@ test.write('bar.c', r"""
void
test()
{
- printf("foo.c\n");
- fflush(stdout);
+ printf("foo.c\n");
+ fflush(stdout);
}
""")