summaryrefslogtreecommitdiffstats
path: root/test/LINK/LINK.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/LINK.py')
-rw-r--r--test/LINK/LINK.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LINK/LINK.py b/test/LINK/LINK.py
index ede03f5..851ddc9 100644
--- a/test/LINK/LINK.py
+++ b/test/LINK/LINK.py
@@ -84,3 +84,9 @@ test.run(arguments = 'bar' + _exe)
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: