diff options
Diffstat (limited to 'test/Errors/nonexistent-executable.py')
-rw-r--r-- | test/Errors/nonexistent-executable.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Errors/nonexistent-executable.py b/test/Errors/nonexistent-executable.py index c2f7cfd..ab6d118 100644 --- a/test/Errors/nonexistent-executable.py +++ b/test/Errors/nonexistent-executable.py @@ -100,3 +100,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: |