diff options
Diffstat (limited to 'test/Repository/SharedLibrary.py')
-rw-r--r-- | test/Repository/SharedLibrary.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Repository/SharedLibrary.py b/test/Repository/SharedLibrary.py index 6b65def..fbd135e 100644 --- a/test/Repository/SharedLibrary.py +++ b/test/Repository/SharedLibrary.py @@ -122,3 +122,9 @@ test.run(program = test.workpath('work', 'prog'), stdout = "f1.c\nf2.c\nf3.c\nprog.c\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |