| Index: tests/PathOpsOpTest.cpp
|
| diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp
|
| index b480700d263ab5ee466e7ac58804e9a9b0dfd146..4244fd7caffe50b7989a74add05187a425c2b081 100644
|
| --- a/tests/PathOpsOpTest.cpp
|
| +++ b/tests/PathOpsOpTest.cpp
|
| @@ -6298,10 +6298,6 @@ static void fuzz763_1b(skiatest::Reporter* reporter, const char* filename) {
|
| }
|
|
|
| static void fuzz763_1a(skiatest::Reporter* reporter, const char* filename) {
|
| -// FIXME: fails on Nexus5 by generating a path with points that are not inside the path bounds
|
| -#if DEBUG_UNDER_DEVELOPMENT
|
| - return;
|
| -#endif
|
| SkPath path;
|
| path.setFillType((SkPath::FillType) 0);
|
| path.moveTo(SkBits2Float(0x00000000), SkBits2Float(0x00000000)); // 0, 0
|
|
|