From ad65a3e5fb1f94699f183551b828efbcc6a133ce Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 15 Apr 2013 19:13:59 +0000 Subject: path ops work in progress standardize tests use SK_ARRAY_COUNT everywhere debug why x87 differs from SIMD 64 various platform specific fixes git-svn-id: http://skia.googlecode.com/svn/trunk@8689 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsOpCubicThreadedTest.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/PathOpsOpCubicThreadedTest.cpp') diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp index 31e8065470..4197d76624 100644 --- a/tests/PathOpsOpCubicThreadedTest.cpp +++ b/tests/PathOpsOpCubicThreadedTest.cpp @@ -57,7 +57,7 @@ static void testOpCubicsMain(PathOpsThreadState* data) } } -static void TestOpCubicsThreaded(skiatest::Reporter* reporter) +static void PathOpsOpCubicsThreadedTest(skiatest::Reporter* reporter) { int threadCount = initializeTests("cubicOp"); PathOpsThreadedTestRunner testRunner(reporter, threadCount); @@ -77,5 +77,4 @@ finish: } #include "TestClassDef.h" -DEFINE_TESTCLASS("PathOpsOpCubicsThreaded", OpCubicsThreadedTestClass, \ - TestOpCubicsThreaded) +DEFINE_TESTCLASS_SHORT(PathOpsOpCubicsThreadedTest) -- cgit v1.2.3