Index: test/message/testcfg.py |
diff --git a/test/message/testcfg.py b/test/message/testcfg.py |
index e4f3f5587a489f57058f0e5eaf7afc087a2e72c0..b472f9cfb30b68ab5baf73545d1837b7d9746807 100644 |
--- a/test/message/testcfg.py |
+++ b/test/message/testcfg.py |
@@ -73,7 +73,7 @@ class MessageTestSuite(testsuite.TestSuite): |
return f.read() |
def _IgnoreLine(self, string): |
- """Ignore empty lines, valgrind output and Android output.""" |
+ """Ignore empty lines, valgrind output, Android output.""" |
if not string: return True |
return (string.startswith("==") or string.startswith("**") or |
string.startswith("ANDROID") or |