diff options
-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 1912f4f..1fe6230 100644 --- a/test/CPPPATH/absolute-path.py +++ b/test/CPPPATH/absolute-path.py @@ -94,3 +94,9 @@ test.write(['include', 'inc2.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: |