diff options
| author | qwerty <[email protected]> | 2022-02-10 16:49:24 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:24 +0300 |
| commit | 34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch) | |
| tree | c9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /library/cpp/packedtypes | |
| parent | 19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/packedtypes')
| -rw-r--r-- | library/cpp/packedtypes/packed_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
