[Lldb-commits] [lldb] [lldb] NFC add comments and test case for ObjectFileMachO delay-init (PR #95067)
    via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jun 10 18:11:56 PDT 2024
    
    
  
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r c4f8ae6f32dadf9383c94ed13152d91f68631255...6b67c214ea95418e3f246c694d0a40009176fc07 lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDelayInitDependency.py	2024-06-11 00:54:46.000000 +0000
+++ TestDelayInitDependency.py	2024-06-11 01:11:31.243472 +0000
@@ -6,11 +6,10 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
 
 class TestDelayInitDependencies(TestBase):
-
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipUnlessDarwin
     def test_delay_init_dependency(self):
         TestBase.setUp(self)
``````````
</details>
https://github.com/llvm/llvm-project/pull/95067
    
    
More information about the lldb-commits
mailing list