shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7978 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/AddTestOutput/main.cpp b/experimental/Intersection/AddTestOutput/main.cpp
index 83b315d..4faa8d8 100644
--- a/experimental/Intersection/AddTestOutput/main.cpp
+++ b/experimental/Intersection/AddTestOutput/main.cpp
@@ -101,14 +101,14 @@
             inLen - (insert - inData.begin()) - 2)) {
         return 0;
     }
-    const char simplifyMarker[] =
+    const char forceReleaseMarker[] =
             "#define FORCE_RELEASE 1  // set force release to 1 for multiple thread -- no debugging"
             ;
-    const char simplifyReplace[] =
+    const char forceReleaseReplace[] =
             "#define FORCE_RELEASE 0  // set force release to 1 for multiple thread -- no debugging"
             ;
-    if (!replace(argv[0], dir, "Simplify.cpp", simplifyMarker, NULL, simplifyReplace,
-            sizeof(simplifyReplace) - 1)) {
+    if (!replace(argv[0], dir, "DataTypes.cpp", forceReleaseMarker, NULL, forceReleaseReplace,
+            sizeof(forceReleaseReplace) - 1)) {
         return 0;
     }
     return 0;