diff options
Diffstat (limited to 'test/CPPFLAGS.py')
-rw-r--r-- | test/CPPFLAGS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPFLAGS.py b/test/CPPFLAGS.py index a821296..4c594e5 100644 --- a/test/CPPFLAGS.py +++ b/test/CPPFLAGS.py @@ -181,3 +181,9 @@ else: test.must_match('mygcc.out', "cc\nc++\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |