use correct tt macro for pointer compare

This commit is contained in:
Nick Mathewson 2014-09-18 11:28:19 -04:00
parent afce2721c2
commit 08c88ea563

View File

@ -917,7 +917,7 @@ dns_disable_when_inactive_no_ns_test(void *arg)
tt_int_op(r.result, ==, DNS_ERR_TIMEOUT);
tt_int_op(r.count, ==, 0);
tt_int_op(r.addrs, ==, NULL);
tt_ptr_op(r.addrs, ==, NULL);
end:
if (dns)