mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Fixed compilation of tests.
This commit is contained in:
parent
6f73bc1b81
commit
5453c4b5eb
@ -4603,7 +4603,6 @@ static void TestPool_SameSize()
|
||||
TEST(poolStats.allocationCount == items.size());
|
||||
TEST(poolStats.size = BUF_COUNT * BUF_SIZE);
|
||||
TEST(poolStats.unusedRangeCount == 1);
|
||||
TEST(poolStats.unusedRangeSizeMax == BUF_SIZE);
|
||||
TEST(poolStats.unusedSize == BUF_SIZE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user