diff options
Diffstat (limited to 'test/option-w.py')
-rw-r--r-- | test/option-w.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-w.py b/test/option-w.py index 9c66772..759131c 100644 --- a/test/option-w.py +++ b/test/option-w.py @@ -33,10 +33,10 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") test.run(arguments = '-w .', - stderr = "Warning: the -w option is not yet implemented\n") + stderr = "Warning: the -w option is not yet implemented\n") test.run(arguments = '--print-directory .', - stderr = "Warning: the --print-directory option is not yet implemented\n") + stderr = "Warning: the --print-directory option is not yet implemented\n") test.pass_test() |