diff options
| author | elshiko <[email protected]> | 2022-02-10 16:49:20 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:20 +0300 |
| commit | dbb5d0d21c8cfc3d59e0f6d3b6f4ab06b58561f1 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/yson/ut | |
| parent | 455ab915435b70e433ed91eee2ca84f03122d6cb (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/yson/ut')
| -rw-r--r-- | library/cpp/json/yson/ut/ya.make | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make index 1ba86b354b9..4ceb65b2796 100644 --- a/library/cpp/json/yson/ut/ya.make +++ b/library/cpp/json/yson/ut/ya.make @@ -1,28 +1,28 @@ -OWNER( - avitella - elshiko -) - +OWNER( + avitella + elshiko +) + UNITTEST_FOR(library/cpp/json/yson) - -ALLOCATOR(LF) - + +ALLOCATOR(LF) + DATA(sbr://363537653) - -PEERDIR( + +PEERDIR( library/cpp/blockcodecs library/cpp/histogram/simple library/cpp/testing/unittest -) - +) + SIZE(LARGE) - + TAG(ya:fat) -TIMEOUT(600) - -SRCS( - json2yson_ut.cpp -) - -END() +TIMEOUT(600) + +SRCS( + json2yson_ut.cpp +) + +END() |
