aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawBitmapRectTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DrawBitmapRectTest.cpp')
-rw-r--r--tests/DrawBitmapRectTest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
index 68e8a97fd5..964634ca6e 100644
--- a/tests/DrawBitmapRectTest.cpp
+++ b/tests/DrawBitmapRectTest.cpp
@@ -322,10 +322,7 @@ static void TestDrawBitmapRect(skiatest::Reporter* reporter) {
test_giantrepeat_crbug118018(reporter);
test_treatAsSprite(reporter);
-
- if (false) { // will enable when fix lands
- test_faulty_pixelref(reporter);
- }
+ test_faulty_pixelref(reporter);
}
#include "TestClassDef.h"