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

Unified Diff: tests/PathTest.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/PathTest.cpp
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 06ecff6281956be37b4b39d1aeba1c0ad4b3f36f..86493408d2c8932a08e80036ca156d5d97a0c33f 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -3300,4 +3300,4 @@ static void TestPath(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Path", PathTestClass, TestPath)
+DEFINE_TESTCLASS_SHORT(TestPath)

Powered by Google App Engine
This is Rietveld 408576698