Skip to content

Commit

Permalink
lets try again
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 3, 2024
1 parent 0517612 commit 478c6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/crc64_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ static int s_test_known_crc64nvme(struct aws_allocator *allocator, const char *f
// Compute the expected CRC one byte at a time using the reference function
expected = crc64nvme_reference(&test_buf.buffer[off + i], 1, expected);
// Recompute the full CRC of the buffer at each offset and length and compare against expected value
res |=
s_test_known_crc(func_name, func, "test_buffer", &test_buf.buffer[off], len, expected, RESIDUE_CRC64NVME);
res |= s_test_known_crc(
func_name, func, "test_buffer", &test_buf.buffer[off], len, expected, RESIDUE_CRC64NVME);
}
aws_byte_buf_reset(&test_buf, false);
}
Expand Down

0 comments on commit 478c6cb

Please sign in to comment.