commit 889cfac676599f02ad2bd1abe0c9fd6ab08821b4 Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 30 16:46:53 2016 -0400
One more tt_u64_op --- src/test/test_dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_dir.c b/src/test/test_dir.c index fe8dbdd..9b6d5ff 100644 --- a/src/test/test_dir.c +++ b/src/test/test_dir.c @@ -4353,7 +4353,7 @@ test_dir_dump_unparseable_descriptors(void *data) * Reset the FIFO and check its state */ dump_desc_fifo_cleanup(); - tt_int_op(len_descs_dumped, ==, 0); + tt_u64_op(len_descs_dumped, ==, 0); tt_assert(descs_dumped == NULL || smartlist_len(descs_dumped) == 0);
/*