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

Commit d840eaf

Browse files
committed
Test
1 parent b4477e9 commit d840eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/tessellator/tessellator_unittests.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ TEST(TessellatorTest, TessellateConvex) {
126126
1.0);
127127

128128
std::vector<Point> expected = {{0, 0}, {10, 0}, {0, 10}, {10, 10},
129-
{10, 10}, {20, 20}, {20, 20}, {30, 20},
130-
{20, 30}, {30, 30}};
129+
{10, 10}, {20, 20}, {20, 20}, {20, 20},
130+
{30, 20}, {20, 30}, {30, 30}};
131131
EXPECT_EQ(pts, expected);
132132
}
133133
}

0 commit comments

Comments
 (0)