summaryrefslogtreecommitdiffstats
path: root/test/Errors/UserError.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Errors/UserError.py')
-rw-r--r--test/Errors/UserError.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Errors/UserError.py b/test/Errors/UserError.py
index 69ed7d4..c534ed6 100644
--- a/test/Errors/UserError.py
+++ b/test/Errors/UserError.py
@@ -48,3 +48,9 @@ test.run(stdout = "scons: Reading SConscript files ...\n",
status=2)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: