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

Unified Diff: tests/DequeTest.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/DequeTest.cpp
diff --git a/tests/DequeTest.cpp b/tests/DequeTest.cpp
index 62e8e4db7dc61769ddcfb1558025c9fd8022c1ca..5572f089b13df75b177924159e62d80ddb513d5d 100644
--- a/tests/DequeTest.cpp
+++ b/tests/DequeTest.cpp
@@ -168,4 +168,4 @@ static void TestDeque(skiatest::Reporter* reporter) {
TestSub(reporter, 10);
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("Deque", TestDequeClass, TestDeque)
+DEFINE_TESTCLASS_SHORT(TestDeque)

Powered by Google App Engine
This is Rietveld 408576698