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

Commit bb9ebf7

Browse files
committed
Rebase
1 parent f991cf4 commit bb9ebf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,8 +1329,9 @@ TEST_P(AiksTest, CanRenderTextFrameSTB) {
13291329
ASSERT_TRUE(RenderTextInCanvasSTB(
13301330
GetContext(), canvas, "the quick brown fox jumped over the lazy dog!.?",
13311331
"Roboto-Regular.ttf"));
1332-
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture(),
1333-
TextRenderContextSTB::Make()));
1332+
1333+
SetTextRenderContext(TextRenderContextSTB::Make());
1334+
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));
13341335
}
13351336

13361337
TEST_P(AiksTest, TextFrameSubpixelAlignment) {

0 commit comments

Comments
 (0)