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/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.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
--- TestFrameVarDILCast.py 2026-01-08 00:44:16.000000 +0000
+++ TestFrameVarDILCast.py 2026-01-08 00:46:04.190029 +0000
@@ -31,11 +31,12 @@
self.expect_var_path("(long long)1", value="1", type="long long")
self.expect_var_path("(unsigned long)1", value="1", type="unsigned
long")
if Is32Bit:
self.expect_var_path("(char*)1", value="0x00000001", type="char *")
self.expect_var_path(
- "(long long**)1", value="0x00000001", type="long long **")
+ "(long long**)1", value="0x00000001", type="long long **"
+ )
else:
self.expect_var_path("(char*)1", value="0x0000000000000001",
type="char *")
self.expect_var_path(
"(long long**)1", value="0x0000000000000001", type="long long
**"
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/174893
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits