diff options
Diffstat (limited to 'test/option-p.py')
-rw-r--r-- | test/option-p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-p.py b/test/option-p.py index cdc989c..52228ef 100644 --- a/test/option-p.py +++ b/test/option-p.py @@ -33,7 +33,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") test.run(arguments = '-p .', - stderr = "Warning: the -p option is not yet implemented\n") + stderr = "Warning: the -p option is not yet implemented\n") test.pass_test() |