Remove redundant command.

llvm-svn: 331270
This commit is contained in:
Adrian Prantl 2018-05-01 15:38:01 +00:00
parent 9e4bbe801a
commit e757ddaf3d
1 changed files with 0 additions and 1 deletions

View File

@ -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,