Author: Davide Italiano
Date: 2020-02-18T13:39:37-08:00
New Revision: 42cab985fd95ba4f3f290e7bb26b93805edb447d

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

LOG: [TestTargetCommand] Remove another reference to a stale rdar.

The test passes, and the rdar is closed.

Added: 
    

Modified: 
    lldb/test/API/commands/target/basic/TestTargetCommand.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/target/basic/TestTargetCommand.py 
b/lldb/test/API/commands/target/basic/TestTargetCommand.py
index 047b1073a961..2a5978c9844b 100644
--- a/lldb/test/API/commands/target/basic/TestTargetCommand.py
+++ b/lldb/test/API/commands/target/basic/TestTargetCommand.py
@@ -179,8 +179,6 @@ def do_target_variable_command(self, exe_name):
 
         self.runCmd("c")
 
-        # rdar://problem/9763907
-        # 'target variable' command fails if the target program has been run
         self.expect(
             "target variable my_global_str",
             VARIABLES_DISPLAYED_CORRECTLY,


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to