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