summaryrefslogtreecommitdiffstats
path: root/test/scons-time/run/option/verbose.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/run/option/verbose.py')
-rw-r--r--test/scons-time/run/option/verbose.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/run/option/verbose.py b/test/scons-time/run/option/verbose.py
index 935e2a9..8b0be4a 100644
--- a/test/scons-time/run/option/verbose.py
+++ b/test/scons-time/run/option/verbose.py
@@ -145,3 +145,9 @@ test.run(arguments = 'run --verbose foo.tar.gz', stdout = expect % locals())
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: