| 208 | |
| 209 | Y_UNIT_TEST_SUITE(TFlatContainerTest) { |
| 210 | Y_UNIT_TEST(SmokingTest) { |
| 211 | SmokingTest<TFlatContainer<int>>(INIT_SIZE); |
| 212 | } |
| 213 | |
| 214 | Y_UNIT_TEST(SmokingTestNotSimpleType) { |
| 215 | TNotSimple::ResetStats(); |
nothing calls this directly
no test coverage detected