shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4029 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.h b/experimental/Intersection/Intersection_Tests.h
index 50e5600..ca7c359 100644
--- a/experimental/Intersection/Intersection_Tests.h
+++ b/experimental/Intersection/Intersection_Tests.h
@@ -18,9 +18,10 @@
 void LineQuadraticIntersection_Test();
 void SimplifyAddIntersectingTs_Test();
 void SimplifyAngle_Test();
+void SimplifyDegenerate4x4TrianglesThreaded_Test();
 void SimplifyFindNext_Test();
 void SimplifyFindTop_Test();
-void SimplifyDegenerate4x4TrianglesThreaded_Test();
+void SimplifyNew_Test();
 void SimplifyNondegenerate4x4TrianglesThreaded_Test();
 void SimplifyPolygonPaths_Test();
 void SimplifyQuadralateralPaths_Test();