Chromium Code Reviews

Unified Diff: tests/RefDictTest.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/RefDictTest.cpp
diff --git a/tests/RefDictTest.cpp b/tests/RefDictTest.cpp
index 7d33f9b802763e7a3cb6cb856420eb0d03f18e8f..069b35eef6294aa8f676bb941e35a73fe2c77622 100644
--- a/tests/RefDictTest.cpp
+++ b/tests/RefDictTest.cpp
@@ -74,4 +74,4 @@ static void TestRefDict(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("RefDict", RefDictTestClass, TestRefDict)
+DEFINE_TESTCLASS_SHORT(TestRefDict)
« tests/AnnotationTest.cpp ('K') | « tests/RefCntTest.cpp ('k') | tests/RegionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine