Skip to content

Commit

Permalink
Refactor buffer_descriptors test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Nov 24, 2020
1 parent 7a68c93 commit 7bda767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_buffer_descriptors.cpp
Expand Up @@ -125,10 +125,12 @@ namespace
{
BD::descriptor desc = bd.allocate();

CHECK(desc.is_valid());

//CHECK_EQUAL(BUFFER_SIZE, desc.max_size());

char* a = &buffers[i][0];
//char* b = desc.data();
char* b = desc.data();

//CHECK_EQUAL(a, b);
}
Expand Down

0 comments on commit 7bda767

Please sign in to comment.