[Lldb-commits] [lldb] [lldb-dap] Adding additional asserts to unit tests. (PR #140107)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu May 15 13:15:32 PDT 2025


================
@@ -67,7 +67,7 @@ def test_core_file_source_mapping_array(self):
         self.create_debug_adapter()
 
         source_map = [["/home/labath/test", current_dir]]
-        self.attach(exe_file, coreFile=core_file, sourceMap=source_map)
+        self.attach(program=exe_file, coreFile=core_file, sourceMap=source_map)
----------------
JDevlieghere wrote:

IIf you use `*args` you don't need this anymore.

https://github.com/llvm/llvm-project/pull/140107


More information about the lldb-commits mailing list