shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@6730 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp
index 5be846b..40b79fb 100644
--- a/experimental/Intersection/SimplifyNew_Test.cpp
+++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -2884,7 +2884,7 @@
testSimplifyx(path);
}
-static void (*firstTest)() = testLine81;
+static void (*firstTest)() = testLine79x;
static struct {
void (*fun)();
@@ -3333,7 +3333,7 @@
static void (*firstBinaryTest)() = testOp2d;
static bool skipAll = false;
-static bool runBinaryTestsFirst = true;
+static bool runBinaryTestsFirst = false;
static bool runReverse = false;
void SimplifyNew_Test() {