Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 577bb43

Browse files
author
jonahwilliams
committed
++
1 parent 13fdc28 commit 577bb43

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

impeller/entity/entity_unittests.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,12 +2501,6 @@ TEST_P(EntityTest, AdvancedBlendCoverageHintIsNotResetByEntityPass) {
25012501
pass->AddEntity(entity);
25022502

25032503
EXPECT_TRUE(pass->Render(content_context, rt));
2504-
FML_LOG(ERROR) << "ALLOCATED";
2505-
for (auto i = 0u; i < test_allocator->GetDescriptors().size(); i++) {
2506-
FML_LOG(ERROR) << test_allocator->GetDescriptors()[i].size;
2507-
FML_LOG(ERROR) << PixelFormatToString(
2508-
test_allocator->GetDescriptors()[i].format);
2509-
}
25102504

25112505
if (test_allocator->GetDescriptors().size() == 6u) {
25122506
EXPECT_EQ(test_allocator->GetDescriptors()[0].size, ISize(1000, 1000));

0 commit comments

Comments
 (0)