mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
test: don't init uint64_t with -1
This commit is contained in:
parent
d72d64957c
commit
9c3ac008bb
@ -788,7 +788,7 @@ TEST_F(pcmaudio_error_test_caf, no_error) {
|
||||
}
|
||||
|
||||
TEST_F(pcmaudio_error_test_caf, no_error_unkown_data_size) {
|
||||
caff_data_chunk_hdr.size = -1;
|
||||
caff_data_chunk_hdr.size = std::numeric_limits<uint64_t>::max();
|
||||
|
||||
auto builder = build_file();
|
||||
auto frag = categorize(builder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user