From 34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba Mon Sep 17 00:00:00 2001 From: qwerty Date: Thu, 10 Feb 2022 16:49:24 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/packedtypes/packed_ut.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/packedtypes') diff --git a/library/cpp/packedtypes/packed_ut.cpp b/library/cpp/packedtypes/packed_ut.cpp index 70a22cf9c31..8be74b55e4a 100644 --- a/library/cpp/packedtypes/packed_ut.cpp +++ b/library/cpp/packedtypes/packed_ut.cpp @@ -31,7 +31,7 @@ Y_UNIT_TEST_SUITE(TPackedTest) { const TBuffer& buf = out.Buffer(); UNIT_ASSERT_VALUES_EQUAL(buf.Size(), p.size()); UNIT_ASSERT(!memcmp(buf.Data(), &p[0], buf.Size())); - + { TBufferInput in(buf); ui32 v2; @@ -39,7 +39,7 @@ Y_UNIT_TEST_SUITE(TPackedTest) { UNIT_ASSERT_VALUES_EQUAL(v, v2); } - { + { TZCMemoryInput in(buf.Data(), buf.Size()); ui32 v2; UnPackUI32(in, v2); -- cgit v1.3