Modified method doc string for verbose test description output.

llvm-svn: 112236
This commit is contained in:
Johnny Chen 2010-08-26 22:38:51 +00:00
parent c188b96bbe
commit c19e3a0946
1 changed files with 1 additions and 5 deletions

View File

@ -53,11 +53,7 @@ class TestArrayTypes(TestBase):
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)