| Index: tests/PathOpsFuzz763Test.cpp
|
| diff --git a/tests/PathOpsFuzz763Test.cpp b/tests/PathOpsFuzz763Test.cpp
|
| index f782941d14c65a4422647264cef045e55ce1606a..55525734fcf1cc845e9fb537d1a013786bd4c47e 100755
|
| --- a/tests/PathOpsFuzz763Test.cpp
|
| +++ b/tests/PathOpsFuzz763Test.cpp
|
| @@ -2198,7 +2198,7 @@ path.quadTo(SkBits2Float(0x424a2ff8), SkBits2Float(0xc02cd470), SkBits2Float(0x4
|
| path.close();
|
|
|
| SkPath path2(path);
|
| - testPathOpFlaky(reporter, path1, path2, (SkPathOp) 2, filename);
|
| + testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
|
| }
|
|
|
| static void fuzz763_2674194(skiatest::Reporter* reporter, const char* filename) {
|
|
|