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

Unified Diff: tests/ClipperTest.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/ClipperTest.cpp
diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp
index a81e6559f90c1cf3242288cbe991209f9018c1c1..4174c6f28e776ebcd3db13f44997bd93ed36a15b 100644
--- a/tests/ClipperTest.cpp
+++ b/tests/ClipperTest.cpp
@@ -151,4 +151,4 @@ static void TestClipper(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Clipper", TestClipperClass, TestClipper)
+DEFINE_TESTCLASS_SHORT(TestClipper)

Powered by Google App Engine
This is Rietveld 408576698