Minor improvement in a test

This commit is contained in:
Adam Sawicki 2022-02-04 14:36:39 +01:00
parent 353caa9b47
commit 80cd0026a1

View File

@ -213,6 +213,9 @@ static void TestVirtualBlocks(const TestContext& ctx)
block->FreeAllocation(alloc0); block->FreeAllocation(alloc0);
// # Test FreeAllocation with null allocation.
block->FreeAllocation({0});
// # Test alignment // # Test alignment
{ {