Skip to content

Commit c3dee48

Browse files
authored
Merge pull request #1665 from dcci/cherry-me-patatino-patatino-i-mean-forever-sometimes
Cherry-pick a couple of test fixes
2 parents 25e87b6 + 325564c commit c3dee48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"])

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)