summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/debug-tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/debug-tree.py')
-rw-r--r--test/Deprecated/debug-tree.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/debug-tree.py b/test/Deprecated/debug-tree.py
index 833abd5..51ff7f2 100644
--- a/test/Deprecated/debug-tree.py
+++ b/test/Deprecated/debug-tree.py
@@ -152,3 +152,9 @@ test.run(arguments = "--debug=tree Foo.xxx",
test.must_contain_all_lines(test.stdout(), tree1)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: