mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 13:05:27 +00:00
Issue 417: update unit tests after adding unnamed function detection
In r779, at the last moment, I added a default call count expectation for the UnnamedFunction warning to the CUFixtureBase constructor, but didn't re-run the tests. This patch adjusts all affected tests. a=jimblandy, r=ted.mielczarek git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@782 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
b0201df935
commit
a4a9922512
|
@ -1490,9 +1490,9 @@ TEST_F(Specifications, BadOffset) {
|
|||
|
||||
StartCU();
|
||||
DeclarationDIE(&root_handler_, 0xefd7f7752c27b7e4ULL,
|
||||
dwarf2reader::DW_TAG_subprogram, "function");
|
||||
dwarf2reader::DW_TAG_subprogram, "");
|
||||
DefinitionDIE(&root_handler_, dwarf2reader::DW_TAG_subprogram,
|
||||
0x2be953efa6f9a996ULL, "",
|
||||
0x2be953efa6f9a996ULL, "function",
|
||||
0xa0277efd7ce83771ULL, 0x149554a184c730c1ULL);
|
||||
root_handler_.Finish();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue