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

Commit 1cbcbe9

Browse files
author
jonahwilliams
committed
++
1 parent fd1c9ea commit 1cbcbe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ TEST_P(AiksTest, CanPictureConvertToImage) {
503503
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));
504504
}
505505

506-
// Regression test for https://github.com/flutter/flutter/issues/142358 . Without
507-
// a change to force render pass construction the image is left in an undefined
508-
// layout and triggers a validation error.
506+
// Regression test for https://github.com/flutter/flutter/issues/142358 .
507+
// Without a change to force render pass construction the image is left in an
508+
// undefined layout and triggers a validation error.
509509
TEST_P(AiksTest, CanEmptyPictureConvertToImage) {
510510
Canvas recorder_canvas;
511511

0 commit comments

Comments
 (0)