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

Unified Diff: tests/DrawTextTest.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/DrawTextTest.cpp
diff --git a/tests/DrawTextTest.cpp b/tests/DrawTextTest.cpp
index b1bb19de65817537a8d3789c027c31403c0d66ac..c704b433ae91fa3c88f08449accfb3cb3e1f7e57 100644
--- a/tests/DrawTextTest.cpp
+++ b/tests/DrawTextTest.cpp
@@ -112,4 +112,4 @@ static void test_drawText(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("DrawText_DrawPosText", DrawTextTestClass, test_drawText)
+DEFINE_TESTCLASS_SHORT(test_drawText)

Powered by Google App Engine
This is Rietveld 408576698