diff options
Diffstat (limited to 'test/CPPPATH/absolute-path.py')
-rw-r--r-- | test/CPPPATH/absolute-path.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/absolute-path.py b/test/CPPPATH/absolute-path.py index 9adb206..5c60de1 100644 --- a/test/CPPPATH/absolute-path.py +++ b/test/CPPPATH/absolute-path.py @@ -73,3 +73,9 @@ test.write(['include', 'inc.h'], """\ test.not_up_to_date(chdir = 'work', arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |