summaryrefslogtreecommitdiffstats
path: root/test/CC/SHCCFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC/SHCCFLAGS.py')
-rw-r--r--test/CC/SHCCFLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CC/SHCCFLAGS.py b/test/CC/SHCCFLAGS.py
index fc9264f..d77d247 100644
--- a/test/CC/SHCCFLAGS.py
+++ b/test/CC/SHCCFLAGS.py
@@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('barprog'), stdout = "prog.c: BAR\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: