summaryrefslogtreecommitdiffstats
path: root/test/option-r.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-r.py')
-rw-r--r--test/option-r.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/option-r.py b/test/option-r.py
index 0c124d1..a3c3911 100644
--- a/test/option-r.py
+++ b/test/option-r.py
@@ -30,14 +30,11 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '-r .',
- stderr = "Warning: the -r option is not yet implemented\n")
+test.option_not_yet_implemented('-r', '.')
-test.run(arguments = '--no-builtin-rules .',
- stderr = "Warning: the --no-builtin-rules option is not yet implemented\n")
+test.option_not_yet_implemented('--no-builtin-rules', '.')
test.pass_test()
-
# Local Variables:
# tab-width:4