Author: Davide Italiano
Date: 2020-08-14T15:31:02-07:00
New Revision: 0cceb54366b406649fdfe7bb11b133ab96f3cd70

URL: 
https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70
DIFF: 
https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70.diff

LOG: [TestPtrRefsObjC] Prefer `command script import`.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py 
b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
index 390a07c4718a..ca543eb91967 100644
--- a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
+++ b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
@@ -44,6 +44,6 @@ 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 self", substrs=["malloc", "stack"])
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to