summaryrefslogtreecommitdiffstats
path: root/test/option/debug-findlibs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-findlibs.py')
-rw-r--r--test/option/debug-findlibs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/debug-findlibs.py b/test/option/debug-findlibs.py
index 70fa5b8..ce97199 100644
--- a/test/option/debug-findlibs.py
+++ b/test/option/debug-findlibs.py
@@ -202,3 +202,9 @@ test.run(arguments = "--debug=findlibs foo.xxx",
test.must_match('foo.xxx', "a.ooo\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: