diff options
Diffstat (limited to 'test/option--ld.py')
-rw-r--r-- | test/option--ld.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/option--ld.py b/test/option--ld.py index 2145de5..90c9346 100644 --- a/test/option--ld.py +++ b/test/option--ld.py @@ -30,11 +30,9 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '--list-derived .', - stderr = "Warning: the --list-derived option is not yet implemented\n") +test.option_not_yet_implemented('--list-derived', '.') test.pass_test() - # Local Variables: # tab-width:4 |