[Lldb-commits] [lldb] c738308 - [lldb][test] Remove outdated rdar link in settings test

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 9 01:59:34 PDT 2025


Author: David Spickett
Date: 2025-06-09T08:59:22Z
New Revision: c73830878463b6d383ca0e8c1dd50842ec4489b9

URL: https://github.com/llvm/llvm-project/commit/c73830878463b6d383ca0e8c1dd50842ec4489b9
DIFF: https://github.com/llvm/llvm-project/commit/c73830878463b6d383ca0e8c1dd50842ec4489b9.diff

LOG: [lldb][test] Remove outdated rdar link in settings test

Added: 
    

Modified: 
    lldb/test/API/commands/settings/TestSettings.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/settings/TestSettings.py b/lldb/test/API/commands/settings/TestSettings.py
index 4ac1239a0b4cd..bc864942055c0 100644
--- a/lldb/test/API/commands/settings/TestSettings.py
+++ b/lldb/test/API/commands/settings/TestSettings.py
@@ -168,7 +168,6 @@ def test_set_term_width(self):
             substrs=["term-width (unsigned) = 60"],
         )
 
-    # rdar://problem/10712130
     def test_set_frame_format(self):
         """Test that 'set frame-format' with a backtick char in the format string works as well as fullpath."""
         self.build()


        


More information about the lldb-commits mailing list