Refactor buffer_descriptors test

This commit is contained in:
John Wellbelove 2020-11-24 17:47:43 +00:00
parent 80d5776c40
commit 4b2dd2fce2

View File

@ -126,7 +126,7 @@ namespace
BD::descriptor desc = bd.allocate();
//CHECK_EQUAL(BUFFER_SIZE, desc.max_size());
CHECK_EQUAL(uintptr_t(&buffers[i][0]), uintptr_t(desc.data()));
CHECK_EQUAL(&buffers[i][0], desc.data());
}
}
//