summaryrefslogtreecommitdiffstats
path: root/test/LINK/SHLINKFLAGS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-14 16:23:52 (GMT)
committerSteven Knight <knight@baldmt.com>2005-10-14 16:23:52 (GMT)
commitaf962864b108d8fdd654edaf3c0300404ca07e3e (patch)
tree3a6877e15644a6da25570af9ee7aade000983ad4 /test/LINK/SHLINKFLAGS.py
parent82c2f16e53cba1a639d568fe8d6780dfe30c56ab (diff)
downloadSCons-af962864b108d8fdd654edaf3c0300404ca07e3e.zip
SCons-af962864b108d8fdd654edaf3c0300404ca07e3e.tar.gz
SCons-af962864b108d8fdd654edaf3c0300404ca07e3e.tar.bz2
Get rid of indentation tabs in the test scripts and have runtest.py invoke them with the python -tt option to keep them out.
Diffstat (limited to 'test/LINK/SHLINKFLAGS.py')
-rw-r--r--test/LINK/SHLINKFLAGS.py8
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);
}
""")