shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp
index 3a27bc1..9098f69 100644
--- a/experimental/Intersection/SimplifyNew_Test.cpp
+++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -104,7 +104,7 @@
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 @@
}
bool firstTestComplete = false;
for ( ; index < testCount; ++index) {
+ SkDebugf("%s [%d]\n", __FUNCTION__, index + 1);
(*tests[index])();
firstTestComplete = true;
}