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