We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db2867 commit a440c3eCopy full SHA for a440c3e
libc/test/src/__support/freestore_test.cpp
@@ -28,7 +28,7 @@ TEST(LlvmLibcFreeStore, TooSmall) {
28
ASSERT_TRUE(maybeBlock.has_value());
29
// On platforms with high alignment the smallest legal block may be large
30
// enough for a node.
31
- if (too_small->outer_size() > sizeof(Block) + sizeof(FreeList::Node))
+ if (too_small->inner_size() >= sizeof(Block) + sizeof(FreeList::Node))
32
return;
33
Block *remainder = *maybeBlock;
34
0 commit comments