summaryrefslogtreecommitdiffstats
path: root/test/option-m.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-m.py')
-rw-r--r--test/option-m.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-m.py b/test/option-m.py
index cc680ae..8ec28b7 100644
--- a/test/option-m.py
+++ b/test/option-m.py
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
test.run(arguments = '-m .',
- stderr = "Warning: ignoring -m option\n")
+ stderr = "Warning: ignoring -m option\n")
test.pass_test()