diff options
Diffstat (limited to 'test/Batch/CHANGED_SOURCES.py')
-rw-r--r-- | test/Batch/CHANGED_SOURCES.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Batch/CHANGED_SOURCES.py b/test/Batch/CHANGED_SOURCES.py index 9059afd..0b9f3ba 100644 --- a/test/Batch/CHANGED_SOURCES.py +++ b/test/Batch/CHANGED_SOURCES.py @@ -116,3 +116,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in 2\n") test.must_match(['out3', 'f3b.out'], "f3b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |