Index: tests/AnnotationTest.cpp |
diff --git a/tests/AnnotationTest.cpp b/tests/AnnotationTest.cpp |
index 5429b58912672cbb847261a1cc02692936285685..9bb01437347c67e0dce7fe32ce93cc13310ac865 100644 |
--- a/tests/AnnotationTest.cpp |
+++ b/tests/AnnotationTest.cpp |
@@ -102,4 +102,4 @@ static void TestAnnotation(skiatest::Reporter* reporter) { |
} |
#include "TestClassDef.h" |
-DEFINE_TESTCLASS("Annotation", AnnotationClass, TestAnnotation) |
+DEFINE_TESTCLASS_SHORT(TestAnnotation) |
mtklein
2013/12/07 10:30:46
Generally, for some continuity, it'd be nice to re
tfarina
2013/12/07 13:20:24
Done.
|