Don't test the output of "target modules dump symfile a.out" as this isn't something we should be testing for. This makes this test pass again.

llvm-svn: 245078
This commit is contained in:
Greg Clayton 2015-08-14 18:18:07 +00:00
parent 7ccda3c38b
commit ecc7443384
1 changed files with 0 additions and 4 deletions

View File

@ -120,10 +120,6 @@ class BitfieldsTestCase(TestBase):
self.expect("expr (more_bits.d)", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['uint8_t', '\\0'])
self.expect("target modules dump symfile a.out", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['Bits', 'uint32_t b3 : 3',
'MoreBits', 'uint32_t a : 3'])
def bitfields_variable_python(self):
"""Use Python APIs to inspect a bitfields variable."""
exe = os.path.join(os.getcwd(), "a.out")