Enable a couple of AsyncFileWriter tests on Windows
authorChristopher Dykes <cdykes@fb.com>
Mon, 17 Jul 2017 19:57:29 +0000 (12:57 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 17 Jul 2017 20:08:09 +0000 (13:08 -0700)
commit0661c282f72d924c69b969f2f3c15dd1d5851917
tree05d64d0acb6e8419ebf7f966a1cae9ca0c5c5a85
parent6139d03f90efd6d59f524d773db856d171a265ac
Enable a couple of AsyncFileWriter tests on Windows

Summary:
There is no longer anything keeping them from working on Windows.
Except for that `signal(SIGPIPE, SIG_IGN)` call; that has to stay disabled.

Reviewed By: simpkins

Differential Revision: D5308007

fbshipit-source-id: 74a392cf484404f41a6c51e50b5a9e6fbd05b4a9
folly/experimental/logging/test/AsyncFileWriterTest.cpp