diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-17 16:47:12 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-17 16:59:43 +0300 |
commit | bcd8e10a6e5d58ca2cbad4447821a164eded572a (patch) | |
tree | 235dd759b408d6ce1c340183a45f851b890ecc7f | |
parent | 8f0659de7379958e51bd897dcd40067e780d3573 (diff) | |
download | ydb-bcd8e10a6e5d58ca2cbad4447821a164eded572a.tar.gz |
Intermediate changes
commit_hash:642aa56be950dec37ce92e0c5416fd2db3042ef9
-rw-r--r-- | yt/yt/client/table_client/unittests/serialization_ut.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/yt/client/table_client/unittests/serialization_ut.cpp b/yt/yt/client/table_client/unittests/serialization_ut.cpp index 2d1cea3715..2f33425d4b 100644 --- a/yt/yt/client/table_client/unittests/serialization_ut.cpp +++ b/yt/yt/client/table_client/unittests/serialization_ut.cpp @@ -94,8 +94,6 @@ TEST(TLegacyOwningKeySerialization, CompositeKeys) auto nameTable = New<TNameTable>(); nameTable->RegisterName("key0"); - - auto checkSerializeDeserialize = [] (auto&& value) { TStringStream str; NYson::TYsonWriter ysonWriter(&str); @@ -109,6 +107,7 @@ TEST(TLegacyOwningKeySerialization, CompositeKeys) Deserialize(result, node); EXPECT_EQ(value, result); }; + #define CHECK_SERIALIZE_DESERIALIZE(x) do { SCOPED_TRACE(""); checkSerializeDeserialize(x);} while (0) CHECK_SERIALIZE_DESERIALIZE( |