summaryrefslogtreecommitdiffstats
path: root/test/Errors/SyntaxError.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Errors/SyntaxError.py')
-rw-r--r--test/Errors/SyntaxError.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Errors/SyntaxError.py b/test/Errors/SyntaxError.py
index 956caa7..08539ad 100644
--- a/test/Errors/SyntaxError.py
+++ b/test/Errors/SyntaxError.py
@@ -51,3 +51,9 @@ SyntaxError: invalid syntax
""", status=2)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: