Don't run the thread local tests requiring dlopen on Windows
authorChristopher Dykes <cdykes@fb.com>
Tue, 26 Jul 2016 22:53:04 +0000 (15:53 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Tue, 26 Jul 2016 23:08:32 +0000 (16:08 -0700)
commit76551ae88ffd2588d05d94814af75c489d1454f7
tree3f0cdcd077c89d7cf086f228b4b94a55b26bb861
parenta955532d8b3038333c7a73a07c3c1727d8413028
Don't run the thread local tests requiring dlopen on Windows

Summary: When I initially added the surrounding `#ifdef` I failed at where I put my `#endif`, as I left the shared library test enabled. This disables it for Windows.

Reviewed By: yfeldblum

Differential Revision: D3622769

fbshipit-source-id: f263201239095bbef076300d5f40649ebee1173c
folly/test/ThreadLocalTest.cpp