summaryrefslogtreecommitdiffstats
path: root/test/gnutools.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gnutools.py')
-rw-r--r--test/gnutools.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gnutools.py b/test/gnutools.py
index bf0cb5a..ee082e3 100644
--- a/test/gnutools.py
+++ b/test/gnutools.py
@@ -143,3 +143,9 @@ testObject(test, dll('cpp-only'), 'g++ -shared')
testObject(test, dll('c-and-cpp'), 'g++ -shared')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: