aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsFuzz763Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsFuzz763Test.cpp')
-rwxr-xr-xtests/PathOpsFuzz763Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PathOpsFuzz763Test.cpp b/tests/PathOpsFuzz763Test.cpp
index 02519ae670..cd851a78cc 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
}