diff --git a/thrift/conformance/cpp2/ObjectTest.cpp b/thrift/conformance/cpp2/ObjectTest.cpp index 72925fa0e56..3686916e63d 100644 --- a/thrift/conformance/cpp2/ObjectTest.cpp +++ b/thrift/conformance/cpp2/ObjectTest.cpp @@ -296,8 +296,15 @@ using ParseObjectTestCases = ::testing::Types< type::double_t, // binary_t, conformance::object has separate binary value but // BinarySerializer serializes with type set as T_STRING - type::string_t>; -// TODO : test structs with containers, field modifiers, nested struct + type::string_t, + type::list, + type::list, + type::set, + type::set, + type::map, + type::map, + type::map>>; +// TODO : field modifiers, nested struct TYPED_TEST_SUITE(TypedParseObjectTest, ParseObjectTestCases);