From dee16d9b30176f2e859938af3880bd5641a67237 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Mon, 27 Jun 2022 14:46:44 -0700 Subject: [PATCH] dwarf_cu_to_module_unittest: remove expectation This expectation started failing at 8b68c72a3fff2bb687c7f411e5c1c09e356b8603. 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 --- src/common/dwarf_cu_to_module_unittest.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/dwarf_cu_to_module_unittest.cc b/src/common/dwarf_cu_to_module_unittest.cc index cbe317f9..2ec4cc97 100644 --- a/src/common/dwarf_cu_to_module_unittest.cc +++ b/src/common/dwarf_cu_to_module_unittest.cc @@ -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,