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

Commit c8fd539

Browse files
committed
renamed test
1 parent 7c243ca commit c8fd539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/aiks/aiks_blur_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ TEST_P(AiksTest, GaussianBlurStyleSolid) {
670670
canvas.DrawRect(Rect::MakeXYWH(0, 0, 200, 200), red);
671671
}
672672

673-
TEST_P(AiksTest, GaussianBlurStyleInnerTexture) {
673+
TEST_P(AiksTest, MaskBlurTexture) {
674674
Scalar sigma = 30;
675675
auto callback = [&](AiksContext& renderer) -> std::optional<Picture> {
676676
if (AiksTest::ImGuiBegin("Controls", nullptr,

0 commit comments

Comments
 (0)