aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/ut/ut.cpp
blob: d806b6f63725533b70ec9fa0f08c896544129b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
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(); 
    } 
}