瀏覽代碼

fix another mingw64 unit test warnin

Nick Mathewson 9 年之前
父節點
當前提交
ba17cdfb0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/test/test_util.c

+ 1 - 1
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
   }