summaryrefslogtreecommitdiffstats
path: root/test/Parallel
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parallel')
-rw-r--r--test/Parallel/duplicate-children.py6
-rw-r--r--test/Parallel/duplicate-target.py6
-rw-r--r--test/Parallel/failed-build.py6
-rw-r--r--test/Parallel/multiple-parents.py6
-rw-r--r--test/Parallel/ref_count.py6
5 files changed, 30 insertions, 0 deletions
diff --git a/test/Parallel/duplicate-children.py b/test/Parallel/duplicate-children.py
index 26d873b..c6c5c29 100644
--- a/test/Parallel/duplicate-children.py
+++ b/test/Parallel/duplicate-children.py
@@ -66,3 +66,9 @@ test.must_match('foo.out', "foo.in\n")
test.must_match('foobar', "foo.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Parallel/duplicate-target.py b/test/Parallel/duplicate-target.py
index 43015fe..a9d511e 100644
--- a/test/Parallel/duplicate-target.py
+++ b/test/Parallel/duplicate-target.py
@@ -96,3 +96,9 @@ work/sub/f2.in
""")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Parallel/failed-build.py b/test/Parallel/failed-build.py
index 7056db1..e6a0589 100644
--- a/test/Parallel/failed-build.py
+++ b/test/Parallel/failed-build.py
@@ -109,3 +109,9 @@ test.must_not_exist(test.workpath('f6'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Parallel/multiple-parents.py b/test/Parallel/multiple-parents.py
index 1b7a1a1..69accaa 100644
--- a/test/Parallel/multiple-parents.py
+++ b/test/Parallel/multiple-parents.py
@@ -241,3 +241,9 @@ for i in range(5):
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Parallel/ref_count.py b/test/Parallel/ref_count.py
index 93b6142..1eab173 100644
--- a/test/Parallel/ref_count.py
+++ b/test/Parallel/ref_count.py
@@ -151,3 +151,9 @@ after.in modified
""")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: