From c19e3a094656ae82674648775883c1b4f125e8c7 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 26 Aug 2010 22:38:51 +0000 Subject: [PATCH] Modified method doc string for verbose test description output. llvm-svn: 112236 --- lldb/test/array_types/TestArrayTypes.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lldb/test/array_types/TestArrayTypes.py b/lldb/test/array_types/TestArrayTypes.py index 5078988f249b..df9014f5c2f3 100644 --- a/lldb/test/array_types/TestArrayTypes.py +++ b/lldb/test/array_types/TestArrayTypes.py @@ -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)