Skip to content

Commit

Permalink
Cherry-pick b6951b4. rdar://problem/108470299
Browse files Browse the repository at this point in the history
    Unreviewed, suppress warning
    https://bugs.webkit.org/show_bug.cgi?id=255887
    rdar://108470299

    * Tools/TestWebKitAPI/Tests/WTF/bmalloc/IsoHeap.cpp:
    (TEST):

    Canonical link: https://commits.webkit.org/263332@main

Canonical link: https://commits.webkit.org/259548.704@safari-7615-branch
  • Loading branch information
Constellation authored and rjepstein committed Apr 28, 2023
1 parent 0ffc79d commit 6daf218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/TestWebKitAPI/Tests/WTF/bmalloc/IsoHeap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ TEST(bmalloc, ScavengedMemoryShouldBeReused)
}

// After that, allocating pointers in the upper tier.
for (unsigned i = 0; ;i++) {
for (;;) {
void* ptr = heap.allocate();
EXPECT_TRUE(ptr);
ptrs.push_back(ptr);
Expand Down

0 comments on commit 6daf218

Please sign in to comment.