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

Unified Diff: tests/LListTest.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/LListTest.cpp
diff --git a/tests/LListTest.cpp b/tests/LListTest.cpp
index 128b11ed5b7b9298fe5fe84430880d6140914a83..ca353fa23fec88752002ff8f4fedc94e41f12349 100644
--- a/tests/LListTest.cpp
+++ b/tests/LListTest.cpp
@@ -316,4 +316,4 @@ static void test_llists(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("LList", TestLListClass, test_llists)
+DEFINE_TESTCLASS_SHORT(test_llists)

Powered by Google App Engine
This is Rietveld 408576698