diff options
Diffstat (limited to 'test/Libs/LIBS.py')
-rw-r--r-- | test/Libs/LIBS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBS.py b/test/Libs/LIBS.py index e9f6545..fa6295a 100644 --- a/test/Libs/LIBS.py +++ b/test/Libs/LIBS.py @@ -287,3 +287,9 @@ test.run(program=blender_exe, stdout='src/component1/message.c\nsrc/component2/hello.c\n') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |