[TestPtrRefsObjC] Prefer command script import.

This commit is contained in:
Davide Italiano
2020-08-14 15:31:02 -07:00
parent 8fcfe2862f
commit 0cceb54366

View File

@@ -44,6 +44,6 @@ class TestPtrRefsObjC(TestBase):
frame = thread.GetFrameAtIndex(0)
self.runCmd("script import lldb.macosx.heap")
self.runCmd("command script import lldb.macosx.heap")
self.expect("ptr_refs self", substrs=["malloc", "stack"])