From 80cd0026a13375aad9ba36970ab1f94897964ef2 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Fri, 4 Feb 2022 14:36:39 +0100 Subject: [PATCH] Minor improvement in a test --- src/Tests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Tests.cpp b/src/Tests.cpp index 88b430c..979f171 100644 --- a/src/Tests.cpp +++ b/src/Tests.cpp @@ -213,6 +213,9 @@ static void TestVirtualBlocks(const TestContext& ctx) block->FreeAllocation(alloc0); + // # Test FreeAllocation with null allocation. + block->FreeAllocation({0}); + // # Test alignment {