diff options
Diffstat (limited to 'test/CXX/CXXFILESUFFIX.py')
-rw-r--r-- | test/CXX/CXXFILESUFFIX.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CXX/CXXFILESUFFIX.py b/test/CXX/CXXFILESUFFIX.py index f74ec84..7d5609b 100644 --- a/test/CXX/CXXFILESUFFIX.py +++ b/test/CXX/CXXFILESUFFIX.py @@ -83,3 +83,9 @@ test.must_exist(test.workpath('bar.xyz')) test.must_exist(test.workpath('f3.env2')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |