diff options
Diffstat (limited to 'test/option--W.py')
-rw-r--r-- | test/option--W.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/option--W.py b/test/option--W.py index 2e9729d..f6d07e8 100644 --- a/test/option--W.py +++ b/test/option--W.py @@ -33,16 +33,16 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") test.run(arguments = '-W foo .', - stderr = "Warning: the -W option is not yet implemented\n") + stderr = "Warning: the -W option is not yet implemented\n") test.run(arguments = '--what-if=foo .', - stderr = "Warning: the --what-if option is not yet implemented\n") + stderr = "Warning: the --what-if option is not yet implemented\n") test.run(arguments = '--new-file=foo .', - stderr = "Warning: the --new-file option is not yet implemented\n") + stderr = "Warning: the --new-file option is not yet implemented\n") test.run(arguments = '--assume-new=foo .', - stderr = "Warning: the --assume-new option is not yet implemented\n") + stderr = "Warning: the --assume-new option is not yet implemented\n") test.pass_test() |