diff options
Diffstat (limited to 'test/CXX/CXX.py')
-rw-r--r-- | test/CXX/CXX.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CXX/CXX.py b/test/CXX/CXX.py index f537ee8..e6bc82b 100644 --- a/test/CXX/CXX.py +++ b/test/CXX/CXX.py @@ -227,3 +227,9 @@ test.run(arguments = 'bar' + _exe) test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |