[Lldb-commits] [lldb] r112103 - /lldb/trunk/test/lldbtest.py
Johnny Chen
johnny.chen at apple.com
Wed Aug 25 15:56:10 PDT 2010
Author: johnny
Date: Wed Aug 25 17:56:10 2010
New Revision: 112103
URL: http://llvm.org/viewvc/llvm-project?rev=112103&view=rev
Log:
Minor doc string modification.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=112103&r1=112102&r2=112103&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Wed Aug 25 17:56:10 2010
@@ -290,7 +290,7 @@
self.assertTrue(matched, msg if msg else CMD_MSG(cmd))
def invoke(self, obj, name, trace=False):
- """Use reflection to call a method dynamically without any argument."""
+ """Use reflection to call a method dynamically with no argument."""
trace = (True if self.traceAlways else trace)
More information about the lldb-commits
mailing list