Don't do #if in the middle of a parameter to a preprocessor macro
authorChristopher Dykes <cdykes@fb.com>
Sat, 2 Jul 2016 04:32:07 +0000 (21:32 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Sat, 2 Jul 2016 04:38:34 +0000 (21:38 -0700)
commit2604541aa15d8f739ed65546abaa821b97fa34e2
tree5b6ab4cb38681a4866f5e62ead014dfcbb00ac2d
parent5bd9b1362d7b01d49904f7f0d3271bafe725201a
Don't do #if in the middle of a parameter to a preprocessor macro

Summary: Because MSVC doesn't let you do this. Separate the tests out and disable the entire thing instead.

Reviewed By: yfeldblum

Differential Revision: D3513174

fbshipit-source-id: 7411418204083f172883ca96eff3785c912a9647
folly/io/async/test/AsyncSSLSocketTest.cpp