Chromium Code Reviews

Unified Diff: tests/ColorFilterTest.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/ColorFilterTest.cpp
diff --git a/tests/ColorFilterTest.cpp b/tests/ColorFilterTest.cpp
index 544c9f0f2569cd10b72ca86bff62abc1c5276a73..9beb1832f4725cdad521b65bb9ec6310915cf4b3 100644
--- a/tests/ColorFilterTest.cpp
+++ b/tests/ColorFilterTest.cpp
@@ -127,5 +127,5 @@ static void test_lumaColorFilter(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
-DEFINE_TESTCLASS("ColorFilter", ColorFilterTestClass, test_asColorMode)
-DEFINE_TESTCLASS("LumaColorFilter", LumaColorFilterTestClass, test_lumaColorFilter)
+DEFINE_TESTCLASS_SHORT(test_asColorMode)
+DEFINE_TESTCLASS_SHORT(test_lumaColorFilter)
« tests/AnnotationTest.cpp ('K') | « tests/ClipperTest.cpp ('k') | tests/ColorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine