Author: Davide Italiano Date: 2020-08-14T15:30:31-07:00 New Revision: 8fcfe2862fd4fde4793e232cfeebe6c5540c80a5
URL: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5 DIFF: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5.diff LOG: [TestPtrRefs] Prefer `command script import`. Added: Modified: lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py index 41216bbce2e5..6a392a0a756e 100644 --- a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py +++ b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py @@ -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"]) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits