diff options
author | yoda <yoda@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
commit | 86ac2045bfe9733d3396425a6ecade74c11ac489 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/generic/string_ut.h | |
parent | ddd64736134d6d92b80a934c8cf8228944ee4236 (diff) | |
download | ydb-86ac2045bfe9733d3396425a6ecade74c11ac489.tar.gz |
Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string_ut.h')
-rw-r--r-- | util/generic/string_ut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/string_ut.h b/util/generic/string_ut.h index 4eaa02c6c68..44bb10bdebe 100644 --- a/util/generic/string_ut.h +++ b/util/generic/string_ut.h @@ -901,7 +901,7 @@ public: } catch (...) { Cerr << hash_val << Endl; throw; - }*/ + }*/ s2.assign(Data._0123456(), 2, 2); UNIT_ASSERT(s2 == Data._23()); |