keep old experimental code in sync
git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 2bff918..0754ecc 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,13 +14,13 @@
void Intersection_Tests() {
int testsRun = 0;
+#if 0
+ CubicIntersection_OneOffTest();
+ CubicIntersection_SelfTest();
QuadraticIntersection_IntersectionFinder();
QuadraticIntersection_OneOffTest();
CubicIntersection_IntersectionFinder();
- CubicIntersection_NewOneOffTest();
-#if 0
CubicUtilities_Test();
- CubicIntersection_SelfTest();
#endif
SimplifyNew_Test();
CubicsToQuadratics_OneOffTest();