[Lldb-commits] [lldb] [lldb/test] Update TestProgressReporting.py (NFC) (PR #68053)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 2 16:55:21 PDT 2023


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 <ismail at 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 <ismail at 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



More information about the lldb-commits mailing list