summaryrefslogtreecommitdiffstats
path: root/test/scons-time/func/chdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/func/chdir.py')
-rw-r--r--test/scons-time/func/chdir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/chdir.py b/test/scons-time/func/chdir.py
index 80ec93e..0ce4340 100644
--- a/test/scons-time/func/chdir.py
+++ b/test/scons-time/func/chdir.py
@@ -62,3 +62,9 @@ test.run(arguments = 'func -C profs foo-*.prof', stdout = expect)
test.run(arguments = 'func --chdir profs foo-?.prof', stdout = expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: