summaryrefslogtreecommitdiffstats
path: root/test/Builder/multi/different-environments.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Builder/multi/different-environments.py')
-rw-r--r--test/Builder/multi/different-environments.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Builder/multi/different-environments.py b/test/Builder/multi/different-environments.py
index 9d1dcc8..ad5154a 100644
--- a/test/Builder/multi/different-environments.py
+++ b/test/Builder/multi/different-environments.py
@@ -62,3 +62,9 @@ scons: *** Two environments with different actions were specified for the same t
test.run(arguments='file03.out', status=2, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: