Index: tests/PathOpsSimplifyFailTest.cpp |
diff --git a/tests/PathOpsSimplifyFailTest.cpp b/tests/PathOpsSimplifyFailTest.cpp |
index 977e47c1e43d3ee0b207c6c0c7b21e0e31c6f05c..4da43b8532f89a3b76f64cf3ee363c0315fe0285 100644 |
--- a/tests/PathOpsSimplifyFailTest.cpp |
+++ b/tests/PathOpsSimplifyFailTest.cpp |
@@ -103,7 +103,7 @@ static void fuzz_59(skiatest::Reporter* reporter, const char* filename) { |
path.lineTo(SkBits2Float(0x428c0000), SkBits2Float(0xce58f419)); // 70, -9.09969e+08f |
path.lineTo(SkBits2Float(0x430c0000), SkBits2Float(0xce58f41c)); // 140, -9.09969e+08f |
path.close(); |
- testSimplifyCheck(reporter, path, filename, true); |
+ testSimplifyFuzz(reporter, path, filename); |
} |
static void fuzz_x1(skiatest::Reporter* reporter, const char* filename) { |