forked from OSchip/llvm-project
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:
parent
7ccda3c38b
commit
ecc7443384
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue