summaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/node/ut
diff options
context:
space:
mode:
authorionagamed <[email protected]>2023-12-06 11:15:42 +0300
committerionagamed <[email protected]>2023-12-06 11:59:15 +0300
commitbbdd76a9666c19dd2eb27a842909358e8b541a67 (patch)
tree4dd28e53f070d9f33c58df8631357e0b7125ce54 /library/cpp/yson/node/ut
parent19dfab524551ce06a74e89eda1a7dd2c95663e9c (diff)
library/yson: Add NodeFromJsonStringIterative
AI для
Diffstat (limited to 'library/cpp/yson/node/ut')
-rw-r--r--library/cpp/yson/node/ut/ya.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yson/node/ut/ya.make b/library/cpp/yson/node/ut/ya.make
index a3f79f74035..269c167c147 100644
--- a/library/cpp/yson/node/ut/ya.make
+++ b/library/cpp/yson/node/ut/ya.make
@@ -2,6 +2,7 @@ UNITTEST_FOR(library/cpp/yson/node)
SRCS(
node_ut.cpp
+ node_io_ut.cpp
)
END()