One more tt_u64_op

This commit is contained in:
Nick Mathewson
2016-06-30 16:46:53 -04:00
parent 591078c76d
commit 889cfac676
+1 -1
View File
@@ -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);
/*