mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-18 00:36:44 -04:00
programs/test_*: remove unnecessary 'tests passed' messages
This commit is contained in:
parent
303bb42c52
commit
cda4447098
@ -190,8 +190,6 @@ tmain(int argc, tchar *argv[])
|
||||
buffer[rand() % 32768] = 0xFE;
|
||||
}
|
||||
|
||||
printf("Adler-32 and CRC-32 checksum tests passed!\n");
|
||||
|
||||
free(buffer);
|
||||
free_guarded_buffer(guarded_buf_start, guarded_buf_end);
|
||||
return 0;
|
||||
|
@ -143,8 +143,6 @@ tmain(int argc, tchar *argv[])
|
||||
ASSERT(memcmp(decompressed, original, original_nbytes) == 0);
|
||||
}
|
||||
|
||||
printf("Trailing bytes decompression tests passed!\n");
|
||||
|
||||
free(original);
|
||||
free(compressed);
|
||||
free(decompressed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user