Commit 3bdf6ef1 authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot

Also exclude the wstring test

Summary: ^^^

Reviewed By: yangchi

Differential Revision: D4934455

fbshipit-source-id: babf56f4705ae06f46b694df3f2890d4b9506861
parent 5b978faa
...@@ -1621,7 +1621,6 @@ TEST(U32FBString, compareToStdU32StringLong) { ...@@ -1621,7 +1621,6 @@ TEST(U32FBString, compareToStdU32StringLong) {
EXPECT_TRUE(stdB >= fbB); EXPECT_TRUE(stdB >= fbB);
EXPECT_TRUE(fbB >= stdB); EXPECT_TRUE(fbB >= stdB);
} }
#endif
TEST(WFBString, compareToStdWStringLong) { TEST(WFBString, compareToStdWStringLong) {
using folly::basic_fbstring; using folly::basic_fbstring;
...@@ -1647,3 +1646,4 @@ TEST(WFBString, compareToStdWStringLong) { ...@@ -1647,3 +1646,4 @@ TEST(WFBString, compareToStdWStringLong) {
EXPECT_TRUE(stdB >= fbB); EXPECT_TRUE(stdB >= fbB);
EXPECT_TRUE(fbB >= stdB); EXPECT_TRUE(fbB >= stdB);
} }
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment