aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlurTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BlurTest.cpp')
-rw-r--r--tests/BlurTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp
index cdfa8d21cd..c0d16f8f3f 100644
--- a/tests/BlurTest.cpp
+++ b/tests/BlurTest.cpp
@@ -121,7 +121,7 @@ static void test_blur(skiatest::Reporter* reporter) {
paint.setMaskFilter(filter);
filter->unref();
- for (int test = 0; test < SK_ARRAY_COUNT(tests); ++test) {
+ for (size_t test = 0; test < SK_ARRAY_COUNT(tests); ++test) {
SkPath path;
tests[test].addPath(&path);
SkPath strokedPath;