diff options
Diffstat (limited to 'test/option--S.py')
-rw-r--r-- | test/option--S.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--S.py b/test/option--S.py index 48befe6..fbe9128 100644 --- a/test/option--S.py +++ b/test/option--S.py @@ -35,7 +35,7 @@ test.write('SConstruct', "") test.run(arguments = '-S .', stderr = "Warning: ignoring -S option\n") test.run(arguments = '--no-keep-going .', - stderr = "Warning: ignoring --no-keep-going option\n") + stderr = "Warning: ignoring --no-keep-going option\n") test.run(arguments = '--stop .', stderr = "Warning: ignoring --stop option\n") |