[Lldb-commits] [lldb] [lldb-dap] Adding additional asserts to unit tests. (PR #140107)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu May 15 15:51:29 PDT 2025
================
@@ -16,8 +16,10 @@
def spawn_and_wait(program, delay):
+ print("spawn_and_wait started...", time.time())
----------------
ashgti wrote:
Removed the extra prints.
https://github.com/llvm/llvm-project/pull/140107
More information about the lldb-commits
mailing list