Fix AsyncFileWriterTest due to long being 32-bit on Windows
authorChristopher Dykes <cdykes@fb.com>
Fri, 23 Jun 2017 21:13:19 +0000 (14:13 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Jun 2017 21:20:30 +0000 (14:20 -0700)
commita1a70d9400becb9740c4a2ce582ab775499cd163
tree9895fc4c476ba9d526d099b2c5605934ebeb4d1d
parente7e6d29a00b685ab673fd76250ca3354088de46b
Fix AsyncFileWriterTest due to long being 32-bit on Windows

Summary: `long` is only 32-bits on Windows, which means this call to `std::min` was ambiguous, which caused a compile error.

Reviewed By: simpkins

Differential Revision: D5305964

fbshipit-source-id: 7e4152006e163a0301652be46318f0fc937e5ead
folly/experimental/logging/test/AsyncFileWriterTest.cpp