| Index: tests/PathTest.cpp
|
| diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
|
| index 57587c4a35f9258a74abbb67e24794667c3539cd..35fbf2fdc309285d37f1e5be276c31ba7d0e9bc8 100644
|
| --- a/tests/PathTest.cpp
|
| +++ b/tests/PathTest.cpp
|
| @@ -3377,7 +3377,7 @@ public:
|
| REPORTER_ASSERT(reporter, 2*kRepeatCnt == pathRef->countPoints());
|
| REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights());
|
| REPORTER_ASSERT(reporter, SkPath::kConic_SegmentMask == pathRef->getSegmentMasks());
|
| - REPORTER_ASSERT(reporter, NULL != weights);
|
| + REPORTER_ASSERT(reporter, weights);
|
| for (int i = 0; i < kRepeatCnt; ++i) {
|
| REPORTER_ASSERT(reporter, SkPath::kConic_Verb == pathRef->atVerb(i));
|
| }
|
|
|