summaryrefslogtreecommitdiffstats
path: root/test/CPPDEFINES/live.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPDEFINES/live.py')
-rw-r--r--test/CPPDEFINES/live.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPDEFINES/live.py b/test/CPPDEFINES/live.py
index 7a169e8..0c7ad78 100644
--- a/test/CPPDEFINES/live.py
+++ b/test/CPPDEFINES/live.py
@@ -82,3 +82,9 @@ test.run(program = test.workpath('bar'), stdout = "prog.c: BAR 8\n")
test.run(program = test.workpath('baz'), stdout = "baz.cpp: BAZ 9\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: