[Lldb-commits] [lldb] [lldb] Reword the "line 0" warning (PR #116827)

via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 19 08:20:32 PST 2024


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 7e85cb8a8a9de57ed10635b843662148a87b17e5...59f306aed0736a861f5d084f6e203337234bfb96 lldb/test/API/source-manager/TestSourceManager.py
``````````

</details>

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

``````````diff
--- TestSourceManager.py	2024-11-19 16:03:48.000000 +0000
+++ TestSourceManager.py	2024-11-19 16:19:57.954090 +0000
@@ -335,11 +335,11 @@
             substrs=[
                 "stop reason = breakpoint",
                 f"{src_file}:0",
                 "static int foo();",
                 "Note: This address is not associated with a specific line "
-                "of code. This may be due to compiler optimizations."
+                "of code. This may be due to compiler optimizations.",
             ],
         )
 
     def test_source_cache_dump_and_clear(self):
         self.build()

``````````

</details>


https://github.com/llvm/llvm-project/pull/116827


More information about the lldb-commits mailing list