diff options
Diffstat (limited to 'test/CPPPATH/expand-object.py')
-rw-r--r-- | test/CPPPATH/expand-object.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/expand-object.py b/test/CPPPATH/expand-object.py index 5e1b06f..54e1d39 100644 --- a/test/CPPPATH/expand-object.py +++ b/test/CPPPATH/expand-object.py @@ -61,3 +61,9 @@ test.run(arguments = '.') test.must_exist(test.workpath('foo' + TestSCons._obj)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |