diff options
Diffstat (limited to 'test/CXX/SHCXX.py')
-rw-r--r-- | test/CXX/SHCXX.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CXX/SHCXX.py b/test/CXX/SHCXX.py index abfc19d..6c03b8f 100644 --- a/test/CXX/SHCXX.py +++ b/test/CXX/SHCXX.py @@ -83,3 +83,9 @@ test.run(arguments = 'bar') test.fail_test(test.read('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: |