work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@3443 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 2a1620e..2cf9601 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -17,8 +17,8 @@
     LineQuadraticIntersection_Test();
     LineCubicIntersection_Test();
 
-    SimplifyRectangularPaths_Test();
     SimplifyPolygonPaths_Test();
+    SimplifyRectangularPaths_Test();
     SimplifyQuadralateralPaths_Test();
 
     QuadraticCoincidence_Test();