[tor-commits] [tor/release-0.2.5] fix another mingw64 unit test warnin
nickm at torproject.org
nickm at torproject.org
Mon Mar 9 17:37:06 UTC 2015
commit ba17cdfb0a80c5f6e86eb7b6e510eb72a9352b83
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Jan 16 11:49:58 2015 -0500
fix another mingw64 unit test warnin
---
src/test/test_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_util.c b/src/test/test_util.c
index 151ec69..225fb79 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -3741,7 +3741,7 @@ test_util_max_mem(void *arg)
} else {
/* You do not have a petabyte. */
#if SIZEOF_SIZE_T == SIZEOF_UINT64_T
- tt_uint_op(memory1, <, (U64_LITERAL(1)<<50));
+ tt_u64_op(memory1, <, (U64_LITERAL(1)<<50));
#endif
}
More information about the tor-commits
mailing list