Index: tests/PathOpsFuzz763Test.cpp |
diff --git a/tests/PathOpsFuzz763Test.cpp b/tests/PathOpsFuzz763Test.cpp |
index 02519ae67049773caac54dea2e47e7fbab8d529f..cd851a78ccb3bd03716c3ee8ccb9b4dc9305499f 100755 |
--- a/tests/PathOpsFuzz763Test.cpp |
+++ b/tests/PathOpsFuzz763Test.cpp |
@@ -121,7 +121,7 @@ path.close(); |
} |
static void fuzz763_378(skiatest::Reporter* reporter, const char* filename) { |
-#if SK_BUILD_FOR_ANDROID |
+#ifdef SK_BUILD_FOR_ANDROID |
if (!FLAGS_runFail) { |
return; // fails on nexus 9 in release, possibly related to fused multiply-add |
} |
@@ -219,7 +219,7 @@ path.close(); |
} |
static void fuzz763_378b(skiatest::Reporter* reporter, const char* filename) { |
-#if SK_BUILD_FOR_ANDROID |
+#ifdef SK_BUILD_FOR_ANDROID |
if (!FLAGS_runFail) { |
return; // fails on nexus 9 in release, possibly related to fused multiply-add |
} |