Loading lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,5 +42,5 @@ class TestPtrRefs(TestBase): frame = thread.GetFrameAtIndex(0) self.dbg.HandleCommand("script import lldb.macosx.heap") self.runCmd("script import lldb.macosx.heap") self.expect("ptr_refs my_ptr", substrs=["malloc", "stack"]) lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,6 @@ class TestPtrRefsObjC(TestBase): frame = thread.GetFrameAtIndex(0) self.dbg.HandleCommand("script import lldb.macosx.heap") self.runCmd("script import lldb.macosx.heap") self.expect("ptr_refs self", substrs=["malloc", "stack"]) Loading
lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,5 +42,5 @@ class TestPtrRefs(TestBase): frame = thread.GetFrameAtIndex(0) self.dbg.HandleCommand("script import lldb.macosx.heap") self.runCmd("script import lldb.macosx.heap") self.expect("ptr_refs my_ptr", substrs=["malloc", "stack"])
lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,6 @@ class TestPtrRefsObjC(TestBase): frame = thread.GetFrameAtIndex(0) self.dbg.HandleCommand("script import lldb.macosx.heap") self.runCmd("script import lldb.macosx.heap") self.expect("ptr_refs self", substrs=["malloc", "stack"])