Skip to content

Commit b47f267

Browse files
author
Thomas Kiley
authored
Merge pull request #5317 from thk123/fix-max-alloc-size
Remove empty section from unit test
2 parents 51b5618 + aafd67c commit b47f267

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unit/ansi-c/max_malloc_size.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ TEST_CASE(
3131
REQUIRE_THROWS_AS(max_malloc_size(0, 0), invariant_failedt);
3232
}
3333

34-
SECTION("Max allocation size overflow")
35-
{
36-
}
37-
3834
SECTION("Valid allocation size configurations")
3935
{
4036
// The one bit offset can be used to store 0, or -1, so we can allocate

0 commit comments

Comments
 (0)