From aafd67c6c22e72ff1c441553fb44f10718724e7f Mon Sep 17 00:00:00 2001 From: Thomas Kiley Date: Thu, 23 Apr 2020 10:58:59 +0100 Subject: [PATCH] Remove empty section --- unit/ansi-c/max_malloc_size.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unit/ansi-c/max_malloc_size.cpp b/unit/ansi-c/max_malloc_size.cpp index acbb7c30218..e7bd73089d7 100644 --- a/unit/ansi-c/max_malloc_size.cpp +++ b/unit/ansi-c/max_malloc_size.cpp @@ -31,10 +31,6 @@ TEST_CASE( REQUIRE_THROWS_AS(max_malloc_size(0, 0), invariant_failedt); } - SECTION("Max allocation size overflow") - { - } - SECTION("Valid allocation size configurations") { // The one bit offset can be used to store 0, or -1, so we can allocate