Chromium Code Reviews| Index: tests/FontHostTest.cpp |
| diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp |
| index 4fc99c40dbab9bdb0947d5f3b28a7c044cec2255..0bb426afa8d8505242de610452f8189a9b031ada 100644 |
| --- a/tests/FontHostTest.cpp |
| +++ b/tests/FontHostTest.cpp |
| @@ -27,7 +27,6 @@ static const struct TagSize { |
| } gKnownTableSizes[] = { |
| { kFontTableTag_head, 54 }, |
| { kFontTableTag_hhea, 36 }, |
| - { kFontTableTag_maxp, 32 }, |
| }; |
| // Test that getUnitsPerEm() agrees with a direct lookup in the 'head' table |