summaryrefslogtreecommitdiffstats
path: root/test/Builder/TargetSubst.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Builder/TargetSubst.py')
-rw-r--r--test/Builder/TargetSubst.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Builder/TargetSubst.py b/test/Builder/TargetSubst.py
index 396d371..7d0438c 100644
--- a/test/Builder/TargetSubst.py
+++ b/test/Builder/TargetSubst.py
@@ -44,3 +44,9 @@ test.write('infile', "infile\n")
test.run(arguments = '.')
test.must_match('infile.out', "infile\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: