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

Unified Diff: tests/MD5Test.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/MD5Test.cpp
diff --git a/tests/MD5Test.cpp b/tests/MD5Test.cpp
index 9b9e756aa856793c0d483f28f81a5893a64c12f8..c0232c8ba472a38bcc676db4e7d2a095efc79b53 100644
--- a/tests/MD5Test.cpp
+++ b/tests/MD5Test.cpp
@@ -65,4 +65,4 @@ static void TestMD5(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("MD5", MD5TestClass, TestMD5)
+DEFINE_TESTCLASS_SHORT(TestMD5)

Powered by Google App Engine
This is Rietveld 408576698