Index: experimental/Intersection/CubicIntersection_Test.cpp |
diff --git a/experimental/Intersection/CubicIntersection_Test.cpp b/experimental/Intersection/CubicIntersection_Test.cpp |
index ffaa933175be2bc7533e64b4a20ea9de2bfbafad..b43001bcb88c1e5e1e8f8a1baa0fd6b644199290 100644 |
--- a/experimental/Intersection/CubicIntersection_Test.cpp |
+++ b/experimental/Intersection/CubicIntersection_Test.cpp |
@@ -245,7 +245,7 @@ static void oneOff(const Cubic& cubic1, const Cubic& cubic2) { |
intersections2.fPt[pt1].y, xy2.x, xy2.y, tt2); |
#endif |
SkASSERT(xy1.approximatelyEqual(xy2)); |
-#if SK_DEBUG |
+#ifdef SK_DEBUG |
found = false; |
for (pt3 = 0; pt3 < intersections3.used(); ++pt3) { |
if (roughly_equal(tt1, intersections3.fT[0][pt3])) { |