Chromium Code Reviews

Unified Diff: tests/RoundRectTest.cpp

Issue 100113004: Use DEFINE_TESTCLASS_SHORT macro in tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/RoundRectTest.cpp
diff --git a/tests/RoundRectTest.cpp b/tests/RoundRectTest.cpp
index 7cadf0187113ecff061bb01fb0698be471d9ea39..f293e011f83dbb022d3426fc46686d1cf05c826c 100644
--- a/tests/RoundRectTest.cpp
+++ b/tests/RoundRectTest.cpp
@@ -565,4 +565,4 @@ static void TestRoundRect(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("RoundRect", TestRoundRectClass, TestRoundRect)
+DEFINE_TESTCLASS_SHORT(TestRoundRect)
« tests/AnnotationTest.cpp ('K') | « tests/RegionTest.cpp ('k') | tests/SHA1Test.cpp » ('j') | no next file with comments »

Powered by Google App Engine