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

Unified Diff: tests/PictureTest.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/PictureTest.cpp
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index 9ef4bb06bdba2551195a1051e6c47bab19220edf..0e298e51632aa603a9eba40ffee2665f0f936b7b 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -668,4 +668,4 @@ static void TestPicture(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Pictures", PictureTestClass, TestPicture)
+DEFINE_TESTCLASS_SHORT(TestPicture)

Powered by Google App Engine
This is Rietveld 408576698