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

Unified Diff: tests/PipeTest.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/PipeTest.cpp
diff --git a/tests/PipeTest.cpp b/tests/PipeTest.cpp
index acf288ae8df0981fc36e442454bbbecde4e51a47..5f4170a175e4056e2f157f958a61c3d1e6a15977 100644
--- a/tests/PipeTest.cpp
+++ b/tests/PipeTest.cpp
@@ -58,4 +58,4 @@ static void test_pipeTests(skiatest::Reporter*) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("PipeTest", PipeTestClass, test_pipeTests)
+DEFINE_TESTCLASS_SHORT(test_pipeTests)

Powered by Google App Engine
This is Rietveld 408576698