Browse Source

One more tt_u64_op

Nick Mathewson 7 years ago
parent
commit
889cfac676
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_dir.c

+ 1 - 1
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);
 
   /*