aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GpuDrawPathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GpuDrawPathTest.cpp')
-rw-r--r--tests/GpuDrawPathTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
index 42083fe08f..7a6be6d983 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