diff --git a/mcrouter/lib/carbon/test/CarbonMessageConversionUtilsTest.cpp b/mcrouter/lib/carbon/test/CarbonMessageConversionUtilsTest.cpp index a78f32fa7..2010635cd 100644 --- a/mcrouter/lib/carbon/test/CarbonMessageConversionUtilsTest.cpp +++ b/mcrouter/lib/carbon/test/CarbonMessageConversionUtilsTest.cpp @@ -304,7 +304,7 @@ TEST(CarbonMessageConversionUtils, fromFollyDynamic_Complex) { r.testLongString()); const folly::IOBuf expectedIobuf( folly::IOBuf::CopyBufferOp(), folly::StringPiece("iobuf string here...")); - EXPECT_TRUE(folly::IOBufEqual()(expectedIobuf, r.testIobuf())); + EXPECT_TRUE(folly::IOBufEqualTo()(expectedIobuf, r.testIobuf())); EXPECT_EQ(7, r.testStruct().int32Member()); EXPECT_EQ("I'm nested!", r.testStruct().stringMember());