diff options
Diffstat (limited to 'test/SWIG/SWIG.py')
-rw-r--r-- | test/SWIG/SWIG.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SWIG/SWIG.py b/test/SWIG/SWIG.py index 491cb7c..d76ef64 100644 --- a/test/SWIG/SWIG.py +++ b/test/SWIG/SWIG.py @@ -100,3 +100,9 @@ test.must_exist(test.workpath('test3_wrap.cc')) test.must_exist(test.workpath('test3_wrap' + _obj)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |