Index: tests/PathOpsFuzz763Test.cpp |
diff --git a/tests/PathOpsFuzz763Test.cpp b/tests/PathOpsFuzz763Test.cpp |
index ecbada2a22f68a9c00fe7874dac5003746d31040..90d5723774cb444c332077c0cbd14303f8e6219b 100755 |
--- a/tests/PathOpsFuzz763Test.cpp |
+++ b/tests/PathOpsFuzz763Test.cpp |
@@ -2093,7 +2093,7 @@ path.close(); |
SkPath path2(path); |
// DEBUG_UNDER_DEVELOPMENT fuzz763_1026368 disable expectation check for now |
- testPathOpCheck(reporter, path1, path2, (SkPathOp) 2, filename, !FLAGS_runFail); |
+ testPathOpCheck(reporter, path1, path2, (SkPathOp) 2, filename, !SkOpGlobalState::DebugRunFail()); |
} |
static void fuzz763_5485218(skiatest::Reporter* reporter, const char* filename) { |