summaryrefslogtreecommitdiffstats
path: root/test/CC/CCFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC/CCFLAGS.py')
-rw-r--r--test/CC/CCFLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CC/CCFLAGS.py b/test/CC/CCFLAGS.py
index bee2499..e273bfd 100644
--- a/test/CC/CCFLAGS.py
+++ b/test/CC/CCFLAGS.py
@@ -95,3 +95,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('bar'), 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: