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/FlateTest.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/FlateTest.cpp
diff --git a/tests/FlateTest.cpp b/tests/FlateTest.cpp
index 879973fc903cb84eb6826b497e9a2fe6a50b8ace..031ffa073247de8736ddd58c12deaa9a717ebe2e 100644
--- a/tests/FlateTest.cpp
+++ b/tests/FlateTest.cpp
@@ -101,4 +101,4 @@ static void TestFlateCompression(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Flate", FlateTestClass, TestFlateCompression)
+DEFINE_TESTCLASS_SHORT(TestFlateCompression)

Powered by Google App Engine
This is Rietveld 408576698