diff options
Diffstat (limited to 'test/option--ld.py')
-rw-r--r-- | test/option--ld.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/option--ld.py b/test/option--ld.py index 4479bd5..66ce38d 100644 --- a/test/option--ld.py +++ b/test/option--ld.py @@ -10,10 +10,8 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '--list-derived') - -test.fail_test(test.stderr() != - "Warning: the --list-derived option is not yet implemented\n") +test.run(arguments = '--list-derived', + stderr = "Warning: the --list-derived option is not yet implemented\n") test.pass_test() |