mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated fift/func
This commit is contained in:
parent
b6f6788532
commit
d41ce55305
31 changed files with 717 additions and 66 deletions
|
@ -679,7 +679,7 @@ TEST(Buffers, CyclicBufferSimple) {
|
|||
auto data = td::rand_string('a', 'z', 100001);
|
||||
td::Slice write_slice = data;
|
||||
td::Slice read_slice = data;
|
||||
for (size_t i = 1; (int)i < options.count; i++) {
|
||||
for (size_t i = 1; i < options.count; i++) {
|
||||
ASSERT_EQ((i - 1) * options.chunk_size, reader.reader_size());
|
||||
ASSERT_EQ((i - 1) * options.chunk_size, writer.writer_size());
|
||||
auto slice = writer.prepare_write();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue