diff options
| author | Greg Clayton <gclayton@apple.com> | 2015-08-14 18:18:07 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2015-08-14 18:18:07 +0000 |
| commit | ecc7443384f0dee4cb504d47f2030e80f8aece87 (patch) | |
| tree | e666c60b5b492506ae020f120b29d586eaedd10f | |
| parent | 7ccda3c38b5cd2bcc21487039ec8d354a9d30286 (diff) | |
| download | bcm5719-llvm-ecc7443384f0dee4cb504d47f2030e80f8aece87.tar.gz bcm5719-llvm-ecc7443384f0dee4cb504d47f2030e80f8aece87.zip | |
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
| -rw-r--r-- | lldb/test/lang/c/bitfields/TestBitfields.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/lang/c/bitfields/TestBitfields.py b/lldb/test/lang/c/bitfields/TestBitfields.py index 15d33057abd..1ae77fc959e 100644 --- a/lldb/test/lang/c/bitfields/TestBitfields.py +++ b/lldb/test/lang/c/bitfields/TestBitfields.py @@ -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") |

