mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-24 16:24:52 +01:00
dwarf_cu_to_module_unittest: remove expectation
This expectation started failing at
8b68c72a3f. Remove it.
This is the only expectation that exists in this test, but the test
may be useful for internal asserts performed in the code under test.
Bug: b:235999011
Change-Id: Iab5c073161ce66fdf362b7da31c19f471c7a79bf
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3727478
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
0c816d2d12
commit
dee16d9b30
1 changed files with 0 additions and 2 deletions
|
|
@ -1626,8 +1626,6 @@ TEST_F(Specifications, UnhandledInterCU) {
|
|||
|
||||
TEST_F(Specifications, BadOffset) {
|
||||
PushLine(0xa0277efd7ce83771ULL, 0x149554a184c730c1ULL, "line-file", 56636272);
|
||||
EXPECT_CALL(reporter_, UnknownSpecification(_, 0x2be953efa6f9a996ULL))
|
||||
.WillOnce(Return());
|
||||
|
||||
StartCU();
|
||||
DeclarationDIE(&root_handler_, 0xefd7f7752c27b7e4ULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue