Skip to content

Commit 0cceb54

Browse files
author
Davide Italiano
committed
[TestPtrRefsObjC] Prefer command script import.
1 parent 8fcfe28 commit 0cceb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ def test_ptr_refs(self):
4444

4545
frame = thread.GetFrameAtIndex(0)
4646

47-
self.runCmd("script import lldb.macosx.heap")
47+
self.runCmd("command script import lldb.macosx.heap")
4848
self.expect("ptr_refs self", substrs=["malloc", "stack"])
4949

0 commit comments

Comments
 (0)