Disable a test of ThreadLocal across forks for Windows
authorChristopher Dykes <cdykes@fb.com>
Thu, 21 Jul 2016 23:09:26 +0000 (16:09 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Thu, 21 Jul 2016 23:23:35 +0000 (16:23 -0700)
commite21b7273c9097c5c30ef89563c5c38ca09a1165e
treef0fa281c028fbafe87bb0eb855ea24e88cb8f557
parente28213bf2c5aa1c400cfd2ab363abfeadee81fa2
Disable a test of ThreadLocal across forks for Windows

Summary: We don't have `fork()` to begin with, so disable the test and the includes it required if we're compiling on Windows.

Reviewed By: yfeldblum

Differential Revision: D3600600

fbshipit-source-id: 5399705753b456139105f4ac757190e1ba1765f2
folly/test/ThreadLocalTest.cpp