summaryrefslogtreecommitdiffstats
path: root/test/option/debug-stacktrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-stacktrace.py')
-rw-r--r--test/option/debug-stacktrace.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/debug-stacktrace.py b/test/option/debug-stacktrace.py
index 80915fd..b29b39d 100644
--- a/test/option/debug-stacktrace.py
+++ b/test/option/debug-stacktrace.py
@@ -111,3 +111,9 @@ test.must_contain_all_lines(test.stderr(), lines)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: