diff options
Diffstat (limited to 'test/CacheDir/multiple-targets.py')
-rw-r--r-- | test/CacheDir/multiple-targets.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CacheDir/multiple-targets.py b/test/CacheDir/multiple-targets.py index 77b8f6f..d7e6ac7 100644 --- a/test/CacheDir/multiple-targets.py +++ b/test/CacheDir/multiple-targets.py @@ -64,3 +64,9 @@ test.must_exist(test.workpath('foo')) test.must_exist(test.workpath('bar')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |