| Index: tests/AAClipTest.cpp
|
| diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
|
| index 605656514931b285db643b13847c37de699e0da2..693becba382b394590869b7412cb326a0bfaf8a5 100644
|
| --- a/tests/AAClipTest.cpp
|
| +++ b/tests/AAClipTest.cpp
|
| @@ -429,12 +429,10 @@ static void test_regressions() {
|
| // Before the fix, the following code would assert in debug builds.
|
| //
|
| static void test_crbug_422693(skiatest::Reporter* reporter) {
|
| -#if 0
|
| SkRasterClip rc(SkIRect::MakeLTRB(-25000, -25000, 25000, 25000));
|
| SkPath path;
|
| path.addCircle(50, 50, 50);
|
| rc.op(path, rc.getBounds().size(), SkRegion::kIntersect_Op, true);
|
| -#endif
|
| }
|
|
|
| DEF_TEST(AAClip, reporter) {
|
|
|