From 3bdf6ef10a381938e3919f2f66f47b1806daa9b0 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 21 Apr 2017 17:19:25 -0700 Subject: [PATCH] Also exclude the wstring test Summary: ^^^ Reviewed By: yangchi Differential Revision: D4934455 fbshipit-source-id: babf56f4705ae06f46b694df3f2890d4b9506861 --- folly/test/FBStringTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1