Also exclude the wstring test
authorMichael Lee <mzlee@fb.com>
Sat, 22 Apr 2017 00:19:25 +0000 (17:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Apr 2017 00:22:02 +0000 (17:22 -0700)
Summary: ^^^

Reviewed By: yangchi

Differential Revision: D4934455

fbshipit-source-id: babf56f4705ae06f46b694df3f2890d4b9506861

folly/test/FBStringTest.cpp

index 01a183ca4426bcf8ba475275ae6cbd0d0907f342..44d7864b0a634dbd85ac90ae32ecd6a24e036eb7 100644 (file)
@@ -1621,7 +1621,6 @@ TEST(U32FBString, compareToStdU32StringLong) {
   EXPECT_TRUE(stdB >= fbB);
   EXPECT_TRUE(fbB >= stdB);
 }
-#endif
 
 TEST(WFBString, compareToStdWStringLong) {
   using folly::basic_fbstring;
@@ -1647,3 +1646,4 @@ TEST(WFBString, compareToStdWStringLong) {
   EXPECT_TRUE(stdB >= fbB);
   EXPECT_TRUE(fbB >= stdB);
 }
+#endif