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 origin/main...HEAD 
lldb/test/API/functionalities/gdb_remote_client/TestQSymbol.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
--- TestQSymbol.py      2026-06-22 15:44:32.000000 +0000
+++ TestQSymbol.py      2026-06-22 16:19:46.605001 +0000
@@ -73,10 +73,10 @@
         expected_results = dict(
             [
                 ("main", 0x1000),
                 ("local_address", 0x1004),
                 ("global_value", 0x1234),
-                ("local_value", 0xabcd),
+                ("local_value", 0xABCD),
                 ("not_a_symbol", None),
             ]
         )
         self.assertEqual(expected_results, 
self.server.responder.symbol_results)

``````````

</details>


https://github.com/llvm/llvm-project/pull/200134
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to