diff options
Diffstat (limited to 'test/VariantDir/nested-sconscripts.py')
-rw-r--r-- | test/VariantDir/nested-sconscripts.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/VariantDir/nested-sconscripts.py b/test/VariantDir/nested-sconscripts.py index c1d1557..8782e41 100644 --- a/test/VariantDir/nested-sconscripts.py +++ b/test/VariantDir/nested-sconscripts.py @@ -62,3 +62,9 @@ test.write(['src', 'md', 'test', 'SConscript'], """\ test.run(chdir='src') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |