Chromium Code Reviews

Unified Diff: tests/HashCacheTest.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.
Jump to:
View side-by-side diff with in-line comments
Index: tests/HashCacheTest.cpp
diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp
index 1a5c4701cd452a725b0b957aa2ac909e18392b87..4aa9e9714475010b129a1e95c46fbcc88c2fce2e 100644
--- a/tests/HashCacheTest.cpp
+++ b/tests/HashCacheTest.cpp
@@ -156,6 +156,6 @@ static void TestHashCache(skiatest::Reporter* reporter) {
////////////////////////////////////////////////////////////////////////////////
#include "TestClassDef.h"
-DEFINE_TESTCLASS("HashCache", HashCacheTestClass, TestHashCache)
+DEFINE_TESTCLASS_SHORT(TestHashCache)
#endif
« tests/AnnotationTest.cpp ('K') | « tests/GradientTest.cpp ('k') | tests/ImageCacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine