aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/PathTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 937004ba3f..2777890628 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -902,10 +902,10 @@ static void test_iter(skiatest::Reporter* reporter) {
SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kClose_Verb, SkPath::kDone_Verb
};
static const size_t resultPtsSizes1[] = { 0 };
- static const size_t resultPtsSizes2[] = { 1, 2, 2 };
- static const size_t resultPtsSizes3[] = { 1, 2, 2, 2, 1 };
- static const size_t resultPtsSizes4[] = { 1, 2, 1, 1 };
- static const size_t resultPtsSizes5[] = { 1, 2, 1, 1, 1 };
+ static const size_t resultPtsSizes2[] = { 1, 2, 2, 0 };
+ static const size_t resultPtsSizes3[] = { 1, 2, 2, 2, 1, 0 };
+ static const size_t resultPtsSizes4[] = { 1, 2, 1, 1, 0 };
+ static const size_t resultPtsSizes5[] = { 1, 2, 1, 1, 1, 0 };
static const SkPoint* resultPts1 = 0;
static const SkPoint resultPts2[] = {
{ SK_Scalar1, 0 }, { SK_Scalar1, 0 }, { SK_Scalar1, SK_Scalar1 }, { SK_Scalar1, SK_Scalar1 }, { 0, SK_Scalar1 }