Skip to content

Commit

Permalink
Update src/unit/test_crc64combine.c
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored May 28, 2024
1 parent f8f08e4 commit 3f8fd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit/test_crc64combine.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int test_crc64combine(int argc, char **argv, int flags) {

/* run with tri 8-byte paths */
set_crc64_cutoffs(1, 1);
if (bench_crc64(data, crc64_test_size, passes, expect, "crctri", csv)) {
if (bench_crc64(data, crc64_test_size, passes, expect, "crctri", csv)) {
zfree(data);
data = NULL;
return 1;
Expand Down

0 comments on commit 3f8fd6f

Please sign in to comment.