Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: tests/StringTest.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/StringTest.cpp
diff --git a/tests/StringTest.cpp b/tests/StringTest.cpp
index c8c10e192554fa421e94b474bf5d207e664d37fc..69286f9d1785312bc0f8d8683fc7bbdfa9fd5be8 100644
--- a/tests/StringTest.cpp
+++ b/tests/StringTest.cpp
@@ -191,7 +191,7 @@ static void TestString(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("String", StringTestClass, TestString)
+DEFINE_TESTCLASS_SHORT(TestString)
DEF_TEST(String_SkStrSplit, r) {
SkTArray<SkString> results;
« tests/AnnotationTest.cpp ('K') | « tests/StreamTest.cpp ('k') | tests/StrokeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698