| Index: tests/ImageFilterTest.cpp
|
| diff --git a/tests/ImageFilterTest.cpp b/tests/ImageFilterTest.cpp
|
| index a8cd5d0cf99066f2aca633c529f0d002d1fb667d..ebe9c4dfefae8a3db1d295d098a6108b532e84d6 100644
|
| --- a/tests/ImageFilterTest.cpp
|
| +++ b/tests/ImageFilterTest.cpp
|
| @@ -152,7 +152,7 @@ DEF_TEST(ImageFilter, reporter) {
|
| // Check that a clipping color matrix followed by a grayscale does not concatenate into a single filter.
|
| SkAutoTUnref<SkImageFilter> doubleBrightness(make_scale(2.0f));
|
| SkAutoTUnref<SkImageFilter> halfBrightness(make_scale(0.5f, doubleBrightness));
|
| - REPORTER_ASSERT(reporter, NULL != halfBrightness->getInput(0));
|
| + REPORTER_ASSERT(reporter, halfBrightness->getInput(0));
|
| }
|
|
|
| {
|
|
|