From e757ddaf3d59d9ec92f4ed01d0c65809fa2f99be Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 1 May 2018 15:38:01 +0000 Subject: Remove redundant command. llvm-svn: 331270 --- .../Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/c') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py index 4b0f776c82f..36b684b60fb 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py @@ -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, -- cgit v1.2.3