diff options
Diffstat (limited to 'test/QT/CPPPATH-appended.py')
-rw-r--r-- | test/QT/CPPPATH-appended.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/CPPPATH-appended.py b/test/QT/CPPPATH-appended.py index dc5e813..2780921 100644 --- a/test/QT/CPPPATH-appended.py +++ b/test/QT/CPPPATH-appended.py @@ -73,3 +73,9 @@ test.write(['sub', 'local_include', 'local_include.h'], r""" test.run(arguments = aaa_exe) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |