diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-29 18:15:29 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-29 18:40:16 +0300 |
commit | 2aee7cda6c758679145563340ff94fc652670ea1 (patch) | |
tree | 9ea64f4df3b6a7d2444be0fb216793e7032c9460 /library/cpp/yt/memory | |
parent | fefd531d45e1854a567b58f4d6a661d3d365ece1 (diff) | |
download | ydb-2aee7cda6c758679145563340ff94fc652670ea1.tar.gz |
Intermediate changes
commit_hash:60e005cdf76d5bff2a370a6b8f35ef4f6792f414
Diffstat (limited to 'library/cpp/yt/memory')
-rw-r--r-- | library/cpp/yt/memory/unittests/ya.make | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/cpp/yt/memory/unittests/ya.make b/library/cpp/yt/memory/unittests/ya.make index 920873de26..1a61a130ba 100644 --- a/library/cpp/yt/memory/unittests/ya.make +++ b/library/cpp/yt/memory/unittests/ya.make @@ -2,10 +2,6 @@ GTEST(unittester-library-memory) INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) -IF (NOT OS_WINDOWS) - ALLOCATOR(YT) -ENDIF() - SRCS( atomic_intrusive_ptr_ut.cpp chunked_memory_pool_ut.cpp |