diff options
author | qwerty <qwerty@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
commit | 34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch) | |
tree | c9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /util/draft/memory_ut.cpp | |
parent | 19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff) | |
download | ydb-34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba.tar.gz |
Restoring authorship annotation for <qwerty@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/draft/memory_ut.cpp')
-rw-r--r-- | util/draft/memory_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/draft/memory_ut.cpp b/util/draft/memory_ut.cpp index 76bee30549..e5160c5c40 100644 --- a/util/draft/memory_ut.cpp +++ b/util/draft/memory_ut.cpp @@ -29,7 +29,7 @@ Y_UNIT_TEST_SUITE(TUtilDraftMemoryTest) { UNIT_ASSERT(IsZero(a1)); a1 = 0xF0; UNIT_ASSERT(!IsZero(a1)); - + i32 a2 = -1; UNIT_ASSERT(!IsZero(a2)); a2 = 0; @@ -39,7 +39,7 @@ Y_UNIT_TEST_SUITE(TUtilDraftMemoryTest) { UNIT_ASSERT(IsZero(a3)); a3 = 1.e-13; UNIT_ASSERT(!IsZero(a3)); - + TSampleStruct1 ss1; ss1.A = 0; ss1.B = 0; |