summaryrefslogtreecommitdiffstats
path: root/test/scons-time/func/prefix.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/func/prefix.py')
-rw-r--r--test/scons-time/func/prefix.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/prefix.py b/test/scons-time/func/prefix.py
index 53dfea6..fe3618f 100644
--- a/test/scons-time/func/prefix.py
+++ b/test/scons-time/func/prefix.py
@@ -63,3 +63,9 @@ test.run(arguments = 'func -p bar', stdout = bar_expect)
test.run(arguments = 'func --prefix=foo', stdout = foo_expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: