Refactor buffer_descriptors test

This commit is contained in:
John Wellbelove 2020-11-24 16:58:52 +00:00
parent e97d8f90d5
commit 658d592c96

View File

@ -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();