Index: tests/ScalarTest.cpp |
diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp |
index b6f71d19bca35e465afcb4de6bb963e5c8312f0e..f2f924e4ff470dcebcc41a594bd664ff1a1a5105 100644 |
--- a/tests/ScalarTest.cpp |
+++ b/tests/ScalarTest.cpp |
@@ -54,7 +54,7 @@ static void test_isRectFinite(skiatest::Reporter* reporter) { |
static const struct { |
const SkPoint* fPts; |
- size_t fCount; |
+ int fCount; |
bool fIsFinite; |
} gSets[] = { |
{ gF0, SK_ARRAY_COUNT(gF0), true }, |