summaryrefslogtreecommitdiffstats
path: root/test/LINK/SHLINK.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/SHLINK.py')
-rw-r--r--test/LINK/SHLINK.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LINK/SHLINK.py b/test/LINK/SHLINK.py
index 296845c..c9be8bf 100644
--- a/test/LINK/SHLINK.py
+++ b/test/LINK/SHLINK.py
@@ -82,3 +82,9 @@ test.run(arguments = dll_ + 'bar' + _shlib)
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: