summaryrefslogtreecommitdiffstats
path: root/test/scons-time/func/tail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/func/tail.py')
-rw-r--r--test/scons-time/func/tail.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/tail.py b/test/scons-time/func/tail.py
index 816a7a1..91fa6c8 100644
--- a/test/scons-time/func/tail.py
+++ b/test/scons-time/func/tail.py
@@ -54,3 +54,9 @@ test.run(arguments = 'func -t 3 foo-*.prof', stdout = ''.join(expect[-3:]))
test.run(arguments = 'func --tail 5 foo-*.prof', stdout = ''.join(expect[-5:]))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: