Explorar el Código

One more tt_u64_op

Nick Mathewson hace 8 años
padre
commit
889cfac676
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 
   /*