From a3f05facab01712a1b58e60a70b0dbdb90a39830 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Fri, 1 Jun 2012 17:44:28 +0000 Subject: shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/SimplifyNew_Test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'experimental/Intersection/SimplifyNew_Test.cpp') diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp index 3a27bc10a6..9098f69fa2 100644 --- a/experimental/Intersection/SimplifyNew_Test.cpp +++ b/experimental/Intersection/SimplifyNew_Test.cpp @@ -104,7 +104,7 @@ static void (*tests[])() = { static const size_t testCount = sizeof(tests) / sizeof(tests[0]); -static void (*firstTest)() = testLine5; +static void (*firstTest)() = 0; static bool skipAll = false; void SimplifyNew_Test() { @@ -119,6 +119,7 @@ void SimplifyNew_Test() { } bool firstTestComplete = false; for ( ; index < testCount; ++index) { + SkDebugf("%s [%d]\n", __FUNCTION__, index + 1); (*tests[index])(); firstTestComplete = true; } -- cgit v1.2.3