diff options
author | akindyakov <akindyakov@yandex-team.ru> | 2022-02-10 16:52:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:05 +0300 |
commit | 6af118f89114e747935313fbe81e64b6ae64ab6c (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/string/cast_ut.cpp | |
parent | 6818ba20a3267db5010f361f1fadea6ce55cfb4c (diff) | |
download | ydb-6af118f89114e747935313fbe81e64b6ae64ab6c.tar.gz |
Restoring authorship annotation for <akindyakov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/string/cast_ut.cpp')
-rw-r--r-- | util/string/cast_ut.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/util/string/cast_ut.cpp b/util/string/cast_ut.cpp index b7f351eea2..033450c38c 100644 --- a/util/string/cast_ut.cpp +++ b/util/string/cast_ut.cpp @@ -182,18 +182,18 @@ Y_UNIT_TEST_SUITE(TCastTest) { test2(bool, ""); test2(bool, "a"); - test2(ui8, -1); - test1(i8, -1); - test1(i8, SCHAR_MAX); - test1(i8, SCHAR_MIN); - test1(i8, SCHAR_MAX - 1); - test1(i8, SCHAR_MIN + 1); - test2(i8, (int)SCHAR_MAX + 1); - test2(i8, (int)SCHAR_MIN - 1); - test1(ui8, UCHAR_MAX); - test1(ui8, UCHAR_MAX - 1); - test2(ui8, (int)UCHAR_MAX + 1); - test2(ui8, -1); + test2(ui8, -1); + test1(i8, -1); + test1(i8, SCHAR_MAX); + test1(i8, SCHAR_MIN); + test1(i8, SCHAR_MAX - 1); + test1(i8, SCHAR_MIN + 1); + test2(i8, (int)SCHAR_MAX + 1); + test2(i8, (int)SCHAR_MIN - 1); + test1(ui8, UCHAR_MAX); + test1(ui8, UCHAR_MAX - 1); + test2(ui8, (int)UCHAR_MAX + 1); + test2(ui8, -1); test1(int, -1); test2(unsigned int, -1); test1(short int, -1); |