Commit ba17cdfb authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

fix another mingw64 unit test warnin

parent 2329d9fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  }