summaryrefslogtreecommitdiffstats
path: root/test/option--wf.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--wf.py')
-rw-r--r--test/option--wf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/option--wf.py b/test/option--wf.py
index 7e8cfa7..79824f3 100644
--- a/test/option--wf.py
+++ b/test/option--wf.py
@@ -30,11 +30,9 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '--write-filenames=FILE .',
- stderr = "Warning: the --write-filenames option is not yet implemented\n")
+test.option_not_yet_implemented('--write-filenames', '=FILE .')
test.pass_test()
-
# Local Variables:
# tab-width:4