From: Michael Lee Date: Sat, 22 Apr 2017 00:19:25 +0000 (-0700) Subject: Also exclude the wstring test X-Git-Tag: v2017.04.24.00~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3bdf6ef10a381938e3919f2f66f47b1806daa9b0;p=folly.git Also exclude the wstring test Summary: ^^^ Reviewed By: yangchi Differential Revision: D4934455 fbshipit-source-id: babf56f4705ae06f46b694df3f2890d4b9506861 --- diff --git a/folly/test/FBStringTest.cpp b/folly/test/FBStringTest.cpp index 01a183ca..44d7864b 100644 --- a/folly/test/FBStringTest.cpp +++ b/folly/test/FBStringTest.cpp @@ -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