Index: tests/PathOpsOpTest.cpp |
diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp |
index 2cc9f28baf6e9240da17df4366489006d93c2f66..e96434905f8b74840e1ccf4e6cc8ee2fadc58df9 100644 |
--- a/tests/PathOpsOpTest.cpp |
+++ b/tests/PathOpsOpTest.cpp |
@@ -5348,7 +5348,7 @@ static void cubics_d3(skiatest::Reporter* reporter, const char* filename) { |
pathB.close(); |
// DEBUG_UNDER_DEVELOPMENT cubics_d3 disable expectation check for now |
// fails because segment 3 is marked as unorderable ? |
- testPathOpCheck(reporter, path, pathB, kDifference_SkPathOp, filename, !FLAGS_runFail); |
+ testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); |
} |
static void cubics_o(skiatest::Reporter* reporter, const char* filename) { |