diff options
Diffstat (limited to 'test/option/debug-pdb.py')
-rw-r--r-- | test/option/debug-pdb.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/debug-pdb.py b/test/option/debug-pdb.py index bd79d7f..d4d285c 100644 --- a/test/option/debug-pdb.py +++ b/test/option/debug-pdb.py @@ -36,3 +36,9 @@ test.run(arguments = "--debug=pdb", stdin = "n\ns\nq\n") test.must_contain_all_lines(test.stdout(), ["(Pdb)", "SCons"]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |