summaryrefslogtreecommitdiffstats
path: root/test/Dir/mixed-targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Dir/mixed-targets.py')
-rw-r--r--test/Dir/mixed-targets.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Dir/mixed-targets.py b/test/Dir/mixed-targets.py
index 52f9f0a..9702e40 100644
--- a/test/Dir/mixed-targets.py
+++ b/test/Dir/mixed-targets.py
@@ -68,3 +68,9 @@ test.must_match(['build', 'dir', 'file2'], "src/dir/file2\n")
test.must_match(['build', 'dir', 'file3'], "src/dir/file3\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: