summaryrefslogtreecommitdiffstats
path: root/test/SCONSFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SCONSFLAGS.py')
-rw-r--r--test/SCONSFLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SCONSFLAGS.py b/test/SCONSFLAGS.py
index e64e687..387cb26 100644
--- a/test/SCONSFLAGS.py
+++ b/test/SCONSFLAGS.py
@@ -74,3 +74,9 @@ test.run(arguments = "-H", status = 2,
stderr = TestSCons.re_escape(expect))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: