summaryrefslogtreecommitdiffstats
path: root/test/CPPDEFINES/undefined.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPDEFINES/undefined.py')
-rw-r--r--test/CPPDEFINES/undefined.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPDEFINES/undefined.py b/test/CPPDEFINES/undefined.py
index b6b8b44..47825b6 100644
--- a/test/CPPDEFINES/undefined.py
+++ b/test/CPPDEFINES/undefined.py
@@ -43,3 +43,9 @@ expect = test.wrap_stdout(build_str="scons: `.' is up to date.\n",
test.run(arguments = '.', stdout=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: