Chromium Code Reviews| Index: tests/PaintTest.cpp |
| diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
| index 20dda6b6a4519964de50edde353e7ac54db32fd6..0e5d3b096b5cfbf0d5bd9604f88c5dba10d7052e 100644 |
| --- a/tests/PaintTest.cpp |
| +++ b/tests/PaintTest.cpp |
| @@ -234,7 +234,7 @@ static void TestPaint(skiatest::Reporter* reporter) { |
| // need to implement charsToGlyphs on other backends (e.g. linux, win) |
| // before we can run this tests everywhere |
| - if (false) { |
| + if (true) { |
| test_cmap(reporter); |
| } |
| } |