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

Commit 1b9e8e3

Browse files
Update aiks_unittests.cc
1 parent 20a5041 commit 1b9e8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ TEST_P(AiksTest, OpaqueEntitiesGetCoercedToSource) {
314314
});
315315

316316
ASSERT_TRUE(entity.size() >= 1);
317-
ASSERT_TRUE(contents->IsOpaque({});
317+
ASSERT_TRUE(contents->IsOpaque({}));
318318
ASSERT_EQ(entity[0].GetBlendMode(), BlendMode::kSource);
319319
}
320320

0 commit comments

Comments
 (0)