diff options
Diffstat (limited to 'test/YACC/YACCCOM.py')
-rw-r--r-- | test/YACC/YACCCOM.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/YACC/YACCCOM.py b/test/YACC/YACCCOM.py index 1425eb8..14c4f01 100644 --- a/test/YACC/YACCCOM.py +++ b/test/YACC/YACCCOM.py @@ -64,3 +64,9 @@ test.must_match('bbb.c', "bbb.yacc\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |