From 889cfac676599f02ad2bd1abe0c9fd6ab08821b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 30 Jun 2016 16:46:53 -0400 Subject: One more tt_u64_op --- src/test/test_dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/test_dir.c b/src/test/test_dir.c index fe8dbdda47..9b6d5ff9e0 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); /* -- cgit v1.2.3-54-g00ecf