summaryrefslogtreecommitdiffstats
path: root/test/option--lw.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--lw.py')
-rw-r--r--test/option--lw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--lw.py b/test/option--lw.py
index 62377fe..56d4bda 100644
--- a/test/option--lw.py
+++ b/test/option--lw.py
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
test.run(arguments = '--list-where .',
- stderr = "Warning: the --list-where option is not yet implemented\n")
+ stderr = "Warning: the --list-where option is not yet implemented\n")
test.pass_test()