aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_relaycell.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-08 10:44:30 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-08 10:44:30 -0500
commit6f171003ce8e96e2138825d693e7293fd909956f (patch)
treeadae675488e546c813f22870f2c43c76d9d85ff3 /src/test/test_relaycell.c
parent71f409606a686c3be2af22c1247e21b8781d98e6 (diff)
downloadtor-6f171003ce8e96e2138825d693e7293fd909956f.tar.gz
tor-6f171003ce8e96e2138825d693e7293fd909956f.zip
fix new mingw64 compilation warnings
Diffstat (limited to 'src/test/test_relaycell.c')
-rw-r--r--src/test/test_relaycell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_relaycell.c b/src/test/test_relaycell.c
index fafb5bbbea..28c8f4e8ef 100644
--- a/src/test/test_relaycell.c
+++ b/src/test/test_relaycell.c
@@ -104,7 +104,7 @@ test_relaycell_resolved(void *arg)
tt_int_op(srm_answer_is_set, OP_EQ, 0); \
} \
tt_int_op(srm_ttl, OP_EQ, ttl); \
- tt_int_op(srm_expires, OP_EQ, expires); \
+ tt_i64_op(srm_expires, OP_EQ, expires); \
} while (0)
(void)arg;