breakpad: Fix typo in unit test.
'uint64' -> 'unit64_t' Change-Id: I49071328366d7a4f90dea84985ad9744de9ec46a Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2643078 Reviewed-by: Sterling Augustine <saugustine@google.com>
This commit is contained in:
parent
3b3469e9ed
commit
558bfc31e1
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ class TestCompilationUnit: public google_breakpad::test_assembler::Section {
|
|||
D8(address_size);
|
||||
SectionOffset(abbrev_offset);
|
||||
if (header_type == dwarf2reader::DW_UT_type) {
|
||||
uint64 dummy_type_signature = 0xdeadbeef;
|
||||
uint64 dummy_type_offset = 0x2b;
|
||||
uint64_t dummy_type_signature = 0xdeadbeef;
|
||||
uint64_t dummy_type_offset = 0x2b;
|
||||
D64(dummy_type_signature);
|
||||
if (format_size_ == 4)
|
||||
D32(dummy_type_offset);
|
||||
|
|
Loading…
Reference in a new issue