Quick fix to make compilation with VERBOSE=2 work
This commit is contained in:
@@ -150,8 +150,8 @@ void test_lib_darr_append_byte(void)
|
|||||||
{
|
{
|
||||||
darr_t darr = {0};
|
darr_t darr = {0};
|
||||||
#if VERBOSE > 1
|
#if VERBOSE > 1
|
||||||
INFO(__func__, "Testing (%lu, %lu) -> darr[%lu] = '%c'\n", used, available,
|
INFO(__func__, "Testing (%lu, %lu) -> darr[%lu] = '%c'\n", tests[i].used,
|
||||||
used, byte);
|
tests[i].available, tests[i].used, tests[i].byte);
|
||||||
#endif
|
#endif
|
||||||
darr_init(&darr, tests[i].available);
|
darr_init(&darr, tests[i].available);
|
||||||
darr.used = tests[i].used;
|
darr.used = tests[i].used;
|
||||||
|
|||||||
Reference in New Issue
Block a user