mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
One more 32-bit clang warning
This commit is contained in:
parent
e19222a0da
commit
d9010c5b67
@ -240,7 +240,7 @@ test_callbacks(void *arg)
|
|||||||
tt_int_op(smartlist_len(process_data->stdout_data), OP_EQ, 12);
|
tt_int_op(smartlist_len(process_data->stdout_data), OP_EQ, 12);
|
||||||
tt_int_op(smartlist_len(process_data->stderr_data), OP_EQ, 3);
|
tt_int_op(smartlist_len(process_data->stderr_data), OP_EQ, 3);
|
||||||
tt_assert(process_data->did_exit);
|
tt_assert(process_data->did_exit);
|
||||||
tt_int_op(process_data->exit_code, OP_EQ, 0);
|
tt_u64_op(process_data->exit_code, OP_EQ, 0);
|
||||||
|
|
||||||
/* Check stdout output. */
|
/* Check stdout output. */
|
||||||
char argv0_expected[256];
|
char argv0_expected[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user