diff options
Diffstat (limited to 'library/cpp/malloc/api/ut/ut.cpp')
| -rw-r--r-- | library/cpp/malloc/api/ut/ut.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/cpp/malloc/api/ut/ut.cpp b/library/cpp/malloc/api/ut/ut.cpp new file mode 100644 index 00000000000..7eccd0bf8d5 --- /dev/null +++ b/library/cpp/malloc/api/ut/ut.cpp @@ -0,0 +1,10 @@ +#include <library/cpp/testing/unittest/registar.h> + +#include <library/cpp/malloc/api/malloc.h> + +Y_UNIT_TEST_SUITE(MallocApi) { + Y_UNIT_TEST(ToStream) { + TStringStream ss; + ss << NMalloc::MallocInfo(); + } +} |
