mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-20 16:47:35 -05: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,
|
||||
func,
|
||||
"\tIncorrect result: %s\n"
|
||||
"\tReturn size was: %d\n"
|
||||
"\tExected size: %d\n"
|
||||
"\tReturn size was: %Iu\n"
|
||||
"\tExected size: %Iu\n"
|
||||
"\tReturn value was \"%s\"\n"
|
||||
"\tExpected \"%s\"\n\n",
|
||||
expr,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user