diff --git a/lldb/test/array_types/TestArrayTypes.py b/lldb/test/array_types/TestArrayTypes.py index 0671f0afd7f3..9f679e32eff1 100644 --- a/lldb/test/array_types/TestArrayTypes.py +++ b/lldb/test/array_types/TestArrayTypes.py @@ -53,7 +53,7 @@ class TestArrayTypes(TestBase): 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)