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