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