Index: tests/GpuDrawPathTest.cpp |
diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp |
index 42083fe08f2f3788d82688934dd7700d6614c29c..7a6be6d983e91f6f8b2c6123d3eccdc930ec8179 100644 |
--- a/tests/GpuDrawPathTest.cpp |
+++ b/tests/GpuDrawPathTest.cpp |
@@ -128,9 +128,7 @@ DEF_TEST(GrPathKeys, reporter) { |
GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); |
GrPath::ComputeKey(path1, stroke, &key1, &isVolatile); |
GrPath::ComputeKey(path2, stroke, &key2, &isVolatile); |
- |
- // https://bugs.chromium.org/p/skia/issues/detail?id=4580 |
- // REPORTER_ASSERT(reporter, key1 != key2); |
+ REPORTER_ASSERT(reporter, key1 != key2); |
} |
#endif |