Fix a compilation warning on i386 with clang

This commit is contained in:
Nick Mathewson 2018-08-24 16:13:30 -04:00
parent 7217bdacb5
commit bb65b53966

View File

@ -6299,7 +6299,7 @@ test_util_log_mallinfo(void *arg)
tt_assert(next2);
if (mem2 == 0) {
/* This is a fake mallinfo that doesn't actually fill in its outputs. */
tt_int_op(mem1, OP_EQ, 0);
tt_u64_op(mem1, OP_EQ, 0);
} else {
tt_u64_op(mem1, OP_LT, mem2);
}