Index: tests/DrawPathTest.cpp |
diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp |
index f47b8c36363d31000b65c10091f8e89ab15185d1..9f440f623131e1383353fb88f3459804bd5512c8 100644 |
--- a/tests/DrawPathTest.cpp |
+++ b/tests/DrawPathTest.cpp |
@@ -320,10 +320,7 @@ static void TestDrawPath(skiatest::Reporter* reporter) { |
if (false) test_crbug131181(); |
test_infinite_dash(reporter); |
test_crbug_165432(reporter); |
- |
- if (false) { // working on a fix |
- test_big_aa_rect(reporter); |
- } |
+ test_big_aa_rect(reporter); |
} |
#include "TestClassDef.h" |