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