diff options
Diffstat (limited to 'test/CPPPATH/function-expansion.py')
-rw-r--r-- | test/CPPPATH/function-expansion.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/function-expansion.py b/test/CPPPATH/function-expansion.py index 7c80f22..8ddd23c 100644 --- a/test/CPPPATH/function-expansion.py +++ b/test/CPPPATH/function-expansion.py @@ -135,3 +135,9 @@ inc3/subdir/string_3.h 2 test.run(program = test.workpath('prog' + TestSCons._exe), stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |