summaryrefslogtreecommitdiffstats
path: root/test/CPPPATH/list-expansion.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPPATH/list-expansion.py')
-rw-r--r--test/CPPPATH/list-expansion.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/list-expansion.py b/test/CPPPATH/list-expansion.py
index 7e5326f..98817b9 100644
--- a/test/CPPPATH/list-expansion.py
+++ b/test/CPPPATH/list-expansion.py
@@ -130,3 +130,9 @@ sub4/string4.h
test.run(program = test.workpath('test' + TestSCons._exe), stdout=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: