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/lang/cpp/std-function-recognizer/TestStdFunctionRecognizerCopy.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
--- TestStdFunctionRecognizerCopy.py 2026-02-18 10:22:34.000000 +0000
+++ TestStdFunctionRecognizerCopy.py 2026-02-18 10:24:06.085086 +0000
@@ -41,11 +41,13 @@
"thread backtrace",
ordered=True,
substrs=["frame", "foo", "frame", "main"],
)
self.expect(
- "thread backtrace", matching=False,
patterns=["frame.*std::__.*::__function"]
+ "thread backtrace",
+ matching=False,
+ patterns=["frame.*std::__.*::__function"],
)
# Unfiltered.
self.expect(
"bt -u",
ordered=True,
``````````
</details>
https://github.com/llvm/llvm-project/pull/181349
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits