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

Unified Diff: tests/DeviceLooperTest.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/DeviceLooperTest.cpp
diff --git a/tests/DeviceLooperTest.cpp b/tests/DeviceLooperTest.cpp
index 23e9d1503b420b9942478bbbd2eda95499cd6dfd..8a6b49d32e43ba17fa21db64bc5cae2ad20dc57a 100644
--- a/tests/DeviceLooperTest.cpp
+++ b/tests/DeviceLooperTest.cpp
@@ -139,4 +139,4 @@ static void TestDeviceLooper(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("DeviceLooper", DeviceLooperClass, TestDeviceLooper)
+DEFINE_TESTCLASS_SHORT(TestDeviceLooper)

Powered by Google App Engine
This is Rietveld 408576698