aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/Intersection_Tests.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-31 19:00:20 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-31 19:00:20 +0000
commit0b7da433fe0eaa2833d1b2900715b013b36d93da (patch)
tree818f8a1626bc395beb053b8d47953d2ae5a3cc5d /experimental/Intersection/Intersection_Tests.cpp
parentf94b3a4cebd4adab09c40ebe23c02a615e10c394 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@6223 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/Intersection_Tests.cpp')
-rw-r--r--experimental/Intersection/Intersection_Tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index c379fb2d77..eae004c860 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -15,12 +15,11 @@ void cubecode_test(int test);
void Intersection_Tests() {
int testsRun = 0;
SimplifyNew_Test();
+ QuadraticIntersection_Test();
LineQuadraticIntersection_Test();
MiniSimplify_Test();
- QuadraticIntersection_Test();
SimplifyAngle_Test();
QuarticRoot_Test();
- // QuadraticIntersection_Test();
Simplify4x4QuadraticsThreaded_Test(testsRun);
QuadLineIntersectThreaded_Test(testsRun);
Simplify4x4RectsThreaded_Test(testsRun);