summaryrefslogtreecommitdiffstats
path: root/test/chained-build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/chained-build.py')
-rw-r--r--test/chained-build.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/chained-build.py b/test/chained-build.py
index 6ec9d1c..c3351e1 100644
--- a/test/chained-build.py
+++ b/test/chained-build.py
@@ -97,3 +97,9 @@ test.run(chdir='w1',
stdout = test.wrap_stdout('build(["foo.out"], ["foo.mid"])\n'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: