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

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Thu May 15 14:22:30 PDT 2025


================
@@ -16,8 +16,10 @@
 
 
 def spawn_and_wait(program, delay):
+    print("spawn_and_wait started...", time.time())
----------------
da-viper wrote:

I don't think print statement works in tests. 

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


More information about the lldb-commits mailing list