[Lldb-commits] [lldb] r112236 - /lldb/trunk/test/array_types/TestArrayTypes.py
Johnny Chen
johnny.chen at apple.com
Thu Aug 26 15:38:51 PDT 2010
Author: johnny
Date: Thu Aug 26 17:38:51 2010
New Revision: 112236
URL: http://llvm.org/viewvc/llvm-project?rev=112236&view=rev
Log:
Modified method doc string for verbose test description output.
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=112236&r1=112235&r2=112236&view=diff
==============================================================================
--- lldb/trunk/test/array_types/TestArrayTypes.py (original)
+++ lldb/trunk/test/array_types/TestArrayTypes.py Thu Aug 26 17:38:51 2010
@@ -53,11 +53,7 @@
startstr = '(long [6])')
def test_array_types_python(self):
- """
- Test 'variable list var_name' on some variables with array types.
-
- Use the Python APIs from lldb.py.
- """
+ """Use Python APIs to test 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