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

Unified Diff: tests/MathTest.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/MathTest.cpp
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp
index f5c61cbeb851673bc45fa2089ef59424a47e62fb..c647b54282fed333b2a7803231f5261005f73b6a 100644
--- a/tests/MathTest.cpp
+++ b/tests/MathTest.cpp
@@ -647,7 +647,7 @@ static void TestMath(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Math", MathTestClass, TestMath)
+DEFINE_TESTCLASS_SHORT(TestMath)
///////////////////////////////////////////////////////////////////////////////
@@ -690,7 +690,7 @@ static void TestEndian(skiatest::Reporter* reporter) {
}
}
-DEFINE_TESTCLASS("Endian", EndianTestClass, TestEndian)
+DEFINE_TESTCLASS_SHORT(TestEndian)
template <typename T>
static void test_divmod(skiatest::Reporter* r) {
« tests/AnnotationTest.cpp ('K') | « tests/MD5Test.cpp ('k') | tests/Matrix44Test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698