| Index: tests/DataRefTest.cpp
|
| diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
|
| index c32c4553caa4a97f9c31f650103dba38298a1ea9..eac8c0f88e61d6d72716ef235b2f73156e24d57f 100644
|
| --- a/tests/DataRefTest.cpp
|
| +++ b/tests/DataRefTest.cpp
|
| @@ -236,5 +236,5 @@ static void TestData(skiatest::Reporter* reporter) {
|
| }
|
|
|
| #include "TestClassDef.h"
|
| -DEFINE_TESTCLASS("Data", DataTestClass, TestData)
|
| -DEFINE_TESTCLASS("DataTable", DataTableTestClass, TestDataTable)
|
| +DEFINE_TESTCLASS_SHORT(TestData)
|
| +DEFINE_TESTCLASS_SHORT(TestDataTable)
|
|
|