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 b2d2494731976ab7aa9702f3134472db694b9332...62c801145a2312d2c9339d30cf116fc2e709d630 lldb/test/API/lang/cpp/enum_promotion/TestCPPEnumPromotion.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestCPPEnumPromotion.py 2024-11-05 14:20:51.000000 +0000 +++ TestCPPEnumPromotion.py 2024-11-05 15:10:22.755529 +0000 @@ -5,12 +5,12 @@ import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil + class TestCPPEnumPromotion(TestBase): - @skipIf(debug_info=no_match(["dwarf", "dwo"])) def test(self): self.build() lldbutil.run_to_source_breakpoint( self, "// break here", lldb.SBFileSpec("main.cpp") `````````` </details> https://github.com/llvm/llvm-project/pull/115005 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits