diff options
Diffstat (limited to 'test/option-f.py')
-rw-r--r-- | test/option-f.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option-f.py b/test/option-f.py index 8fb585c..2a238d3 100644 --- a/test/option-f.py +++ b/test/option-f.py @@ -102,3 +102,9 @@ scons: warning: Ignoring missing SConscript 'no_such_file' """ + TestSCons.file_expr)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |