| 1243 | } |
| 1244 | |
| 1245 | static void ComparePointers(const std::string& s, const void* expected, TStringBuf descr) { |
| 1246 | UNIT_ASSERT_VALUES_EQUAL_C(static_cast<const void*>(s.c_str()), expected, descr); |
| 1247 | } |
| 1248 | |
| 1249 | Y_UNIT_TEST(TestConstShared) { |
| 1250 | TString s(600, 'a'); |