[Lldb-commits] [lldb] 3f5e050 - [TestGlobalVariables] Remove a reference to a stale rdar.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 18 13:31:41 PST 2020


Author: Davide Italiano
Date: 2020-02-18T13:31:14-08:00
New Revision: 3f5e0501b5e28602320df37e740445a7f93bc24f

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

LOG: [TestGlobalVariables] Remove a reference to a stale rdar.

The bug has been fixed and the rdar is closed. No need to
clutter the test.

Added: 
    

Modified: 
    lldb/test/API/lang/c/global_variables/TestGlobalVariables.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
index 7f13bf0036ab..c9160fd38549 100644
--- a/lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
+++ b/lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
@@ -108,10 +108,6 @@ def test_c_global_variables(self):
                 'g_marked_spot.x',
                 '20'])
 
-        # rdar://problem/9747668
-        # runCmd: target variable g_marked_spot.y
-        # output: (int) g_marked_spot.y = <a.o[0x214] can't be resolved,  in not currently loaded.
-        #         >
         self.expect(
             "target variable g_marked_spot.y",
             VARIABLES_DISPLAYED_CORRECTLY,


        


More information about the lldb-commits mailing list