Index: tests/FontHostTest.cpp |
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp |
index 23625b38749a8cf72b52220c43236b7f8f461694..8eae91bec9c2843708f7364905f5c0b9560eab39 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 }, |
bungeman-skia
2014/07/17 20:38:30
The 'maxp' table comes in two sizes, 32 (for TT) a
tomhudson
2014/07/17 21:14:46
So why are we removing it?
bungeman-skia
2014/07/17 22:08:27
This was more of a note to Mike, but the one place
|
}; |
// Test that getUnitsPerEm() agrees with a direct lookup in the 'head' table |