[Lldb-commits] [lldb] r112293 - /lldb/trunk/test/array_types/TestArrayTypes.py

Johnny Chen johnny.chen at apple.com
Fri Aug 27 14:15:57 PDT 2010


Author: johnny
Date: Fri Aug 27 16:15:57 2010
New Revision: 112293

URL: http://llvm.org/viewvc/llvm-project?rev=112293&view=rev
Log:
Trivial doc string mod.

Modified:
    lldb/trunk/test/array_types/TestArrayTypes.py

Modified: lldb/trunk/test/array_types/TestArrayTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/array_types/TestArrayTypes.py?rev=112293&r1=112292&r2=112293&view=diff
==============================================================================
--- lldb/trunk/test/array_types/TestArrayTypes.py (original)
+++ lldb/trunk/test/array_types/TestArrayTypes.py Fri Aug 27 16:15:57 2010
@@ -53,7 +53,7 @@
             startstr = '(long [6])')
 
     def test_array_types_python(self):
-        """Use Python APIs to test variables with array types."""
+        """Use Python APIs to inspect variables with array types."""
         exe = os.path.join(os.getcwd(), "a.out")
 
         target = self.dbg.CreateTarget(exe)





More information about the lldb-commits mailing list