summaryrefslogtreecommitdiffstats
path: root/test/AS/ASFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/AS/ASFLAGS.py')
-rw-r--r--test/AS/ASFLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/AS/ASFLAGS.py b/test/AS/ASFLAGS.py
index 7297620..d7b7c33 100644
--- a/test/AS/ASFLAGS.py
+++ b/test/AS/ASFLAGS.py
@@ -182,3 +182,9 @@ test.must_match('test5' + _exe, "%s\nThis is a .spp file.\n" % o_c)
test.must_match('test6' + _exe, "%s\nThis is a .SPP file.\n" % o_c)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: