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 
b7286dbef9dc1986860d29e390b092599e1d7db5...3436294db831d78dddacb186c93007ec05c0cfee
 lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
``````````

</details>

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

``````````diff
--- TestAArch64LinuxGCS.py      2025-01-27 12:40:57.000000 +0000
+++ TestAArch64LinuxGCS.py      2025-01-27 12:50:10.960144 +0000
@@ -299,11 +299,10 @@
         # return from this expression without causing a fault.
         before = self.check_gcs_registers()
         self.expect(expr_cmd, substrs=["(unsigned long) 1"])
         self.check_gcs_registers(*before)
 
-
     @skipUnlessPlatform(["linux"])
     def test_gcs_expression_disable_gcs(self):
         if not self.isAArch64GCS():
             self.skipTest("Target must support GCS.")
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/123918
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to