Skip to content

Commit 8fcfe28

Browse files
author
Davide Italiano
committed
[TestPtrRefs] Prefer command script import.
1 parent 3888464 commit 8fcfe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ 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 my_ptr", substrs=["malloc", "stack"])

0 commit comments

Comments
 (0)