summaryrefslogtreecommitdiffstats
path: root/test/SourceCode.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SourceCode.py')
-rw-r--r--test/SourceCode.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SourceCode.py b/test/SourceCode.py
index 2c01158..0f8a5c1 100644
--- a/test/SourceCode.py
+++ b/test/SourceCode.py
@@ -103,3 +103,9 @@ test.must_match('all', "sub/sc-aaa.in\nsub/sc-bbb.in\nsub/sc-ccc.in\n")
test.must_match('ddd.out', "sub2/sc-ddd.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: