Skip to content

Commit d6cbe11

Browse files
committed
removed comment
1 parent b2f1c69 commit d6cbe11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3829,7 +3829,6 @@ TEST_P(AiksTest, GaussianBlurMipMapImageFilter) {
38293829
canvas.DrawCircle({200, 200}, 50, {.color = Color::Chartreuse()});
38303830

38313831
Picture picture = canvas.EndRecordingAsPicture();
3832-
// ASSERT_TRUE(OpenPlaygroundHere(std::move(picture)));
38333832
std::shared_ptr<RenderTargetCache> cache =
38343833
std::make_shared<RenderTargetCache>(GetContext()->GetResourceAllocator());
38353834
AiksContext aiks_context(GetContext(), nullptr, cache);

0 commit comments

Comments
 (0)