diff options
author | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-11 11:37:11 +0300 |
---|---|---|
committer | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-11 12:38:46 +0300 |
commit | 15c8576b07a44515322e3819b8936146cd72651e (patch) | |
tree | e2ff70c0b674c710535cddbbde81cff645681d1f /library/cpp/actors | |
parent | 373945556deb62b705de085fa701a0f0e44acd25 (diff) | |
download | ydb-15c8576b07a44515322e3819b8936146cd72651e.tar.gz |
Y_VERIFY->Y_ABORT_UNLESS tail2
https://clubs.at.yandex-team.ru/arcadia/29404
Diffstat (limited to 'library/cpp/actors')
-rw-r--r-- | library/cpp/actors/prof/tag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/prof/tag.h b/library/cpp/actors/prof/tag.h index 8549b34e352..1624d9d1e0f 100644 --- a/library/cpp/actors/prof/tag.h +++ b/library/cpp/actors/prof/tag.h @@ -13,7 +13,7 @@ namespace NProfiling { ui32 MakeTag(const char* s); - // Make only unique tags. Y_VERIFY inside. + // Make only unique tags. Y_ABORT_UNLESS inside. ui32 MakeTags(const TVector<const char*>& ss); const char* GetTag(ui32 tag); |