diff options
Diffstat (limited to 'test/Errors/non-executable-file.py')
-rw-r--r-- | test/Errors/non-executable-file.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Errors/non-executable-file.py b/test/Errors/non-executable-file.py index 3d5cd5b..dc6b606 100644 --- a/test/Errors/non-executable-file.py +++ b/test/Errors/non-executable-file.py @@ -96,3 +96,9 @@ else: test.must_contain_any_line(test.stderr(), errs) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |