mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
test: Fix compiler warning
This commit is contained in:
parent
24b490e36b
commit
bf48715466
@ -206,8 +206,8 @@ void _Noreturn check_data_eq_failed(
|
|||||||
line,
|
line,
|
||||||
func,
|
func,
|
||||||
"\tIncorrect result: %s\n"
|
"\tIncorrect result: %s\n"
|
||||||
"\tReturn size was: %d\n"
|
"\tReturn size was: %Iu\n"
|
||||||
"\tExected size: %d\n"
|
"\tExected size: %Iu\n"
|
||||||
"\tReturn value was \"%s\"\n"
|
"\tReturn value was \"%s\"\n"
|
||||||
"\tExpected \"%s\"\n\n",
|
"\tExpected \"%s\"\n\n",
|
||||||
expr,
|
expr,
|
||||||
|
Loading…
Reference in New Issue
Block a user