Properly gate the wchar tests in FBStringTest
authorMichael Lee <mzlee@fb.com>
Mon, 24 Apr 2017 17:47:24 +0000 (10:47 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 24 Apr 2017 17:51:43 +0000 (10:51 -0700)
commitdee718a22fcc0c081ccc56c4b8f0fb3c567fc062
treeb5cc84096e5894ffb2ea7835f4e1c0fbb26f2156
parent2d466553db47cf7c3d7d98837466d3b3d6874bae
Properly gate the wchar tests in FBStringTest

Summary: Using `#ifndef __ANDROID__` does not necessarily handle all cases of gating the wchar tests

Reviewed By: Orvid

Differential Revision: D4938634

fbshipit-source-id: a2184e20b8c382e5a34947c029f7e3746272b407
folly/test/FBStringTest.cpp