Skip to content

Commit d53616a

Browse files
committed
Turn erased_storage_ut test on (#210)
1 parent 61eae70 commit d53616a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/cpp/yt/memory/unittests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ add_ydb_test(NAME yt-memory-chunked_memory_pool_ut GTEST
3838
LABELS
3939
unit
4040
)
41-
#[=[
42-
TODO: missing the library `library/cpp/int128`
41+
4342
add_ydb_test(NAME yt-memory-erased_storage_ut GTEST
4443
SOURCES
4544
erased_storage_ut.cpp
4645
LINK_LIBRARIES
4746
yt-memory
47+
int128
4848
GTest::gtest_main
4949
LABELS
5050
unit
5151
)
52-
#]=]
52+
5353
add_ydb_test(NAME yt-memory-free_list_ut GTEST
5454
SOURCES
5555
free_list_ut.cpp

0 commit comments

Comments
 (0)