aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-10-05 15:16:13 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-10-05 15:36:49 +0300
commitcf622c53ff49c696bd8aa3b47de7e0e4b05250fe (patch)
treef6306b09700f5d05e8d86a3c1929ecf3caa58084
parent14439f5286474349a369c8ca6216649f3a4aa1c7 (diff)
downloadydb-cf622c53ff49c696bd8aa3b47de7e0e4b05250fe.tar.gz
Intermediate changes
-rw-r--r--yt/yt/core/yson/unittests/protobuf_scalar_type_ut.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/yt/core/yson/unittests/protobuf_scalar_type_ut.cpp b/yt/yt/core/yson/unittests/protobuf_scalar_type_ut.cpp
index 1aecd27a36..a0f11ccda6 100644
--- a/yt/yt/core/yson/unittests/protobuf_scalar_type_ut.cpp
+++ b/yt/yt/core/yson/unittests/protobuf_scalar_type_ut.cpp
@@ -11,6 +11,8 @@ namespace {
using namespace google::protobuf;
+////////////////////////////////////////////////////////////////////////////////
+
#define EXPECT_SCALAR_TYPE(messageType, path, expectedType) \
do { \
auto type = ReflectProtobufMessageType<NProto::messageType>(); \
@@ -185,5 +187,7 @@ TEST(TProtobufScalarTypeTest, MapNestedTypes)
FieldDescriptor::TYPE_STRING);
}
+////////////////////////////////////////////////////////////////////////////////
+
} // namespace
} // namespace NYT::NYson