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-15 23:15:42.000000 +0000
+++ TestFrameVarDILCast.py 2026-01-15 23:18:12.596496 +0000
@@ -269,9 +269,7 @@
# is parsed as a variable expression and 'InnerFoo' is unexpected,
# and a type cast is not attempted.
self.expect(
"frame variable '(myName)InnerFoo'",
error=True,
- substrs=[
- "expected 'eof', got: <'InnerFoo' (identifier)>"
- ],
- )
+ substrs=["expected 'eof', got: <'InnerFoo' (identifier)>"],
+ )
``````````
</details>
https://github.com/llvm/llvm-project/pull/175061
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits