Skip to content

Commit

Permalink
[TestPtrRefs] Prefer command script import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Italiano authored and dcci committed Aug 17, 2020
1 parent 10b04a1 commit 325564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
Expand Up @@ -44,5 +44,5 @@ def test_ptr_refs(self):

frame = thread.GetFrameAtIndex(0)

self.runCmd("script import lldb.macosx.heap")
self.runCmd("command script import lldb.macosx.heap")
self.expect("ptr_refs my_ptr", substrs=["malloc", "stack"])

0 comments on commit 325564c

Please sign in to comment.