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

Commit e351eb7

Browse files
author
Jonah Williams
authored
Update aiks_unittests.cc
1 parent c12c277 commit e351eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,6 +2293,8 @@ TEST_P(AiksTest, CanRenderClippedRuntimeEffects) {
22932293
Entity::ClipOperation::kIntersect);
22942294
canvas.DrawRect(Rect{0, 0, 400, 400}, paint);
22952295
canvas.Restore();
2296+
2297+
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));
22962298
}
22972299

22982300
} // namespace testing

0 commit comments

Comments
 (0)