Author: adrian
Date: Tue May  1 08:38:01 2018
New Revision: 331270

URL: http://llvm.org/viewvc/llvm-project?rev=331270&view=rev
Log:
Remove redundant command.

Modified:
    
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py?rev=331270&r1=331269&r2=331270&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
 Tue May  1 08:38:01 2018
@@ -77,7 +77,6 @@ class GlobalVariablesTestCase(TestBase):
                     substrs=['42'])
 
         # Check that GLOBAL scopes are indicated for the variables.
-        self.runCmd("frame variable --show-types --scope --show-globals 
--no-args")
         self.expect(
             "frame variable --show-types --scope --show-globals --no-args",
             VARIABLES_DISPLAYED_CORRECTLY,


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

Reply via email to