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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri May 16 08:46:35 PDT 2025


================
@@ -60,7 +60,7 @@ def test_breakpoint_events(self):
         response = self.dap_server.request_setBreakpoints(
             main_source_path, [main_bp_line]
         )
-        self.assertTrue(response)
+        self.assertTrue(response["success"])
----------------
ashgti wrote:

I can send a follow up for that.

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


More information about the lldb-commits mailing list