shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4737 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp
index 888f59e..4557228 100644
--- a/experimental/Intersection/SimplifyNew_Test.cpp
+++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -550,7 +550,7 @@
     testSimplifyx(path);
 }
 
-static void (*firstTest)() = 0;
+static void (*firstTest)() = testLine55;
 
 static struct {
     void (*fun)();