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