]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix another mingw64 unit test warnin
authorNick Mathewson <nickm@torproject.org>
Fri, 16 Jan 2015 16:49:58 +0000 (11:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Jan 2015 16:49:58 +0000 (11:49 -0500)
src/test/test_util.c

index 151ec691270f105709eaaa29740a4a27e16f4418..225fb790f976af72801d15cdfbbbe4155a14596d 100644 (file)
@@ -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
   }