https://github.com/medismailben created 
https://github.com/llvm/llvm-project/pull/68053

None

>From fddfbe53a9ab5c27da24b233cc449d0fe102a4b1 Mon Sep 17 00:00:00 2001
From: Med Ismail Bennani <ism...@bennani.ma>
Date: Mon, 2 Oct 2023 16:54:45 -0700
Subject: [PATCH] [lldb/test] Update TestProgressReporting.py (NFC)

Signed-off-by: Med Ismail Bennani <ism...@bennani.ma>
---
 .../functionalities/progress_reporting/TestProgressReporting.py  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py 
b/lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
index 0e72770e350366d..42d6c6e206f701e 100644
--- a/lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
+++ b/lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
@@ -11,6 +11,7 @@
 class TestProgressReporting(TestBase):
     def setUp(self):
         TestBase.setUp(self)
+
         self.broadcaster = self.dbg.GetBroadcaster()
         self.listener = lldbutil.start_listening_from(
             self.broadcaster, lldb.SBDebugger.eBroadcastBitProgress

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

Reply via email to