[Lldb-commits] [lldb] [lldb] [NFC] Rewrite TestRedefinitionsInInlines.py as an API test (PR #94539)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 5 15:32:33 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 55d2fffdae5531759569e4ea8985c3de2e96bcc1...c02e38e5ef017a966ef80000b94a56e394309462 lldb/test/API/lang/c/inlines/TestRedefinitionsInInlines.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestRedefinitionsInInlines.py	2024-06-05 22:28:35.000000 +0000
+++ TestRedefinitionsInInlines.py	2024-06-05 22:31:59.388390 +0000
@@ -5,11 +5,10 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
 
 class TestRedefinitionsInInlines(TestBase):
-
     # https://github.com/llvm/llvm-project/issues/28219
     @skipIf(compiler="clang", compiler_version=["<", "3.5"])
     def test(self):
         self.source = "main.c"
         self.build()

``````````

</details>


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


More information about the lldb-commits mailing list