shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7535 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index fc68da4..cbbf4cb 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -13,9 +13,10 @@
 
 void Intersection_Tests() {
     int testsRun = 0;
-
-    SimplifyNew_Test();
+    
+    CubicIntersection_IntersectionFinder();
     CubicIntersection_OneOffTest();
+    SimplifyNew_Test();
     ShapeOps4x4CubicsThreaded_Test(testsRun);
     CubicToQuadratics_Test();
     QuadraticIntersection_Test();