commit | 4aaaaeace7e617ddc473645756fb7c20790bc270 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 28 16:12:39 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 28 16:12:39 2013 +0000 |
tree | a8bb7e7d654d04fbc6a1dfba273cbf37ee5383f2 | |
parent | 826b41525b5d4e67c7777b41da1435f921a47cde [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7898 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 244f92f..9e5237c 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,11 +14,11 @@ void Intersection_Tests() { int testsRun = 0; + CubicIntersection_SelfTest(); QuadraticIntersection_IntersectionFinder(); QuadraticIntersection_OneOffTest(); CubicIntersection_IntersectionFinder(); CubicIntersection_NewOneOffTest(); - CubicIntersection_SelfTest(); #if 0 #endif SimplifyNew_Test();