diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-05-01 15:38:01 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-05-01 15:38:01 +0000 |
commit | e757ddaf3d59d9ec92f4ed01d0c65809fa2f99be (patch) | |
tree | 8279cbd4d67598adfb86e0e4cf82946aff4e4560 | |
parent | 9e4bbe801a79030934627ceafca79c75f45eb58a (diff) | |
download | bcm5719-llvm-e757ddaf3d59d9ec92f4ed01d0c65809fa2f99be.tar.gz bcm5719-llvm-e757ddaf3d59d9ec92f4ed01d0c65809fa2f99be.zip |
Remove redundant command.
llvm-svn: 331270
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |