| Index: tests/ColorFilterTest.cpp
|
| diff --git a/tests/ColorFilterTest.cpp b/tests/ColorFilterTest.cpp
|
| index 544c9f0f2569cd10b72ca86bff62abc1c5276a73..9beb1832f4725cdad521b65bb9ec6310915cf4b3 100644
|
| --- a/tests/ColorFilterTest.cpp
|
| +++ b/tests/ColorFilterTest.cpp
|
| @@ -127,5 +127,5 @@ static void test_lumaColorFilter(skiatest::Reporter* reporter) {
|
| }
|
|
|
| #include "TestClassDef.h"
|
| -DEFINE_TESTCLASS("ColorFilter", ColorFilterTestClass, test_asColorMode)
|
| -DEFINE_TESTCLASS("LumaColorFilter", LumaColorFilterTestClass, test_lumaColorFilter)
|
| +DEFINE_TESTCLASS_SHORT(test_asColorMode)
|
| +DEFINE_TESTCLASS_SHORT(test_lumaColorFilter)
|
|
|