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

Unified Diff: tests/GradientTest.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/GradientTest.cpp
diff --git a/tests/GradientTest.cpp b/tests/GradientTest.cpp
index 24ffb5315153a97621b85a79cf8c417e160e4af1..b3a0a75a3ff63a6eccd42be9dfaee80ba6d3c510 100644
--- a/tests/GradientTest.cpp
+++ b/tests/GradientTest.cpp
@@ -197,4 +197,4 @@ static void TestGradients(skiatest::Reporter* reporter) {
TestConstantGradient(reporter);
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Gradients", TestGradientsClass, TestGradients)
+DEFINE_TESTCLASS_SHORT(TestGradients)

Powered by Google App Engine
This is Rietveld 408576698