diff options
Diffstat (limited to 'test/Libs/SharedLibraryIxes.py')
-rw-r--r-- | test/Libs/SharedLibraryIxes.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/SharedLibraryIxes.py b/test/Libs/SharedLibraryIxes.py index f9d1471..fb0bc22 100644 --- a/test/Libs/SharedLibraryIxes.py +++ b/test/Libs/SharedLibraryIxes.py @@ -259,3 +259,9 @@ for t in tests: test.run(program = test.workpath(t[3]), stdout=expected) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |