mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Refactor buffer_descriptors test
This commit is contained in:
parent
e97d8f90d5
commit
658d592c96
@ -121,7 +121,7 @@ namespace
|
||||
{
|
||||
BD bd(&buffers[0][0]);
|
||||
|
||||
for (size_t i = 0U; i < 1; ++i)
|
||||
for (size_t i = 0U; i < N_BUFFERS; ++i)
|
||||
{
|
||||
BD::descriptor desc = bd.allocate();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user