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