summaryrefslogtreecommitdiffstats
path: root/test/Alias/srcdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Alias/srcdir.py')
-rw-r--r--test/Alias/srcdir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Alias/srcdir.py b/test/Alias/srcdir.py
index 2d7a154..4a0de43 100644
--- a/test/Alias/srcdir.py
+++ b/test/Alias/srcdir.py
@@ -98,3 +98,9 @@ test.run('minimal')
test.must_match(['python', 'out-scons', 'foo.py'], "python/foo.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: