Hi Sean,

> From: Sean Anderson <sean.ander...@seco.com> 
> On 12/27/22 09:46, Brandon Maier wrote:
> > +static const unsigned long zstd_compressed_size = 197;
> 
> You can use ARRAY_SIZE (or sizeof) for this.

sizeof() - 1 as it's a string, but I had put the size here manually as that's 
what all the other tests do. I can switch them all to sizeof() if that is 
preferred.

> 
> --Sean
> 

Thanks,
Brandon

Reply via email to