Fix printing of uint64_t in ConvTest
Summary:uint64_t is an unsigned long for 64-bit, but a long long int for 32-bit. `%lu` can cause truncation in certain implementations of libc. Reviewed By: ngoyal Differential Revision: D3007568 fb-gh-sync-id: bbb1896c9727cbff413ac73ff0caa12bae5d8a6a shipit-source-id: bbb1896c9727cbff413ac73ff0caa12bae5d8a6a
Showing
Please register or sign in to comment