summaryrefslogtreecommitdiffstats
path: root/test/option--W.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--W.py')
-rw-r--r--test/option--W.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/option--W.py b/test/option--W.py
index e29cd7c..3f68fbc 100644
--- a/test/option--W.py
+++ b/test/option--W.py
@@ -28,7 +28,9 @@ import TestSCons
test = TestSCons.TestSCons()
-test.write('SConstruct', "")
+test.write('SConstruct', """\
+DefaultEnvironment(tools=[])
+""")
test.option_not_yet_implemented('-W', 'foo .')