summaryrefslogtreecommitdiffstats
path: root/test/Libs/LIBSUFFIXES.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Libs/LIBSUFFIXES.py')
-rw-r--r--test/Libs/LIBSUFFIXES.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBSUFFIXES.py b/test/Libs/LIBSUFFIXES.py
index 29cbb18..4426e60 100644
--- a/test/Libs/LIBSUFFIXES.py
+++ b/test/Libs/LIBSUFFIXES.py
@@ -75,3 +75,9 @@ test.fail_test(not os.path.exists(test.workpath(lib_ + 'foo.xxx')))
test.run(program = test.workpath('prog'), stdout = "foo.c\nprog.c\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: