[Lldb-commits] [lldb] r331270 - Remove redundant command.
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue May 1 08:38:02 PDT 2018
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,
More information about the lldb-commits
mailing list