aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--tests/ImageTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index ab930810d8..3fff907877 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,7 +24,6 @@ Herb Derby <herbderby@gmail.com>
Igalia <*@igalia.com>
Intel <*@intel.com>
Ion Rosca <rosca@adobe.com>
-Ivan Afanasyev <ivafanas@yandex-team.ru>
Jacek Caban <cjacek@gmail.com>
Jeff Muizelaar <jmuizelaar@mozilla.com>
Lee Salzman <lsalzman@mozilla.com>
@@ -49,3 +48,4 @@ Linaro <*@linaro.org>
Christian Plesner Hansen <plesner@t.undra.org>
Marco Alesiani <marco.diiga@gmail.com>
Adobe Systems Incorporated <*@adobe.com>
+Yandex LLC <*@yandex-team.ru>
diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp
index 873f0eea95..619b52d6e2 100644
--- a/tests/ImageTest.cpp
+++ b/tests/ImageTest.cpp
@@ -499,7 +499,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrContext_colorTypeSupportedAsImage, reporter
SkImage::MakeFromTexture(ctxInfo.grContext(), backendTex, kTopLeft_GrSurfaceOrigin,
colorType, kOpaque_SkAlphaType, nullptr);
REPORTER_ASSERT(reporter, can == SkToBool(img),
- "%d, colorTypeSupportedAsImage:%d, actual:%d, ct:%d", can, SkToBool(img),
+ "colorTypeSupportedAsImage:%d, actual:%d, ct:%d", can, SkToBool(img),
colorType);
img.reset();