diff options
Diffstat (limited to 'test/Deprecated/SourceSignatures/env.py')
-rw-r--r-- | test/Deprecated/SourceSignatures/env.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/SourceSignatures/env.py b/test/Deprecated/SourceSignatures/env.py index 12a596f..b2d6241 100644 --- a/test/Deprecated/SourceSignatures/env.py +++ b/test/Deprecated/SourceSignatures/env.py @@ -98,3 +98,9 @@ test.up_to_date(arguments = 'f1.out f2.out f3.out f4.out', stderr = None) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |